body{margin:0;padding:0;font-family:Arsenal,sans-serif}.form-background{background-image:linear-gradient(180deg,#13566f,#bebebe);display:flex;justify-content:center;min-height:calc(100vh - 80px)}.form-container{background:#fff;padding:30px 20px;border-radius:10px;box-shadow:0 4px 10px #0003;width:100%;max-width:600px;margin:40px auto;height:fit-content}.form-title{text-align:center;margin-bottom:20px;margin-top:0;color:#003c5a;font-size:1.5rem;font-weight:700}.form-group{width:calc(100% - 22px);margin-bottom:8px;gap:30px;display:flex}.form-control-100{width:100%}.form-control-50{width:50%}.form-control-33{width:33.3333333333%}.form-control-13{width:13%}label{display:block;margin-bottom:5px;font-weight:700;color:#000;width:fit-content;margin-left:5px}input{width:100%;padding:10px;border:1px solid #b1b1b1;border-radius:5px;font-size:1rem;color:#000}input:focus{border-color:#003c5a;outline:none;box-shadow:0 0 5px #003c5a80}input:focus::placeholder{color:#003c5a}.submit-button{width:100%;padding:10px;border:none;border-radius:5px;background-color:#003c5a;color:#fff;font-size:1rem;cursor:pointer;margin-top:12px;transition:background-color .3s ease}.submit-button:hover{background-color:#4c768c}.submit-button:disabled{background-color:gray;cursor:unset}.error-message{color:red;font-weight:600;padding-left:4px}.response-message{background:#fff;padding:30px 20px;border-radius:10px;box-shadow:0 4px 10px #0003;width:400px;margin:auto;height:400px;display:flex;flex-direction:column;font-size:28px;font-weight:600;gap:20px;align-items:center;text-align:center}.response-message svg{width:200px;height:200px}.response-message .error-response{margin-top:40px}@media screen and (min-width: 1981px){.form-container{transform:scale(1.5);margin-top:10%}}@media screen and (max-width: 1200px){.form-container,.response-message{width:calc(100vw - 80px);max-height:calc(100vh - 220px);overflow-y:scroll;max-width:400px}.form-group{flex-direction:column;gap:8px}.form-control-50,.form-control-33{width:100%}.recaptcha{transform:scale(.9);margin-left:-5%}}
