input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 1.5rem;
    padding: 32px;
}

h5 {
    margin-top: 30px;
    font-size: 0.7rem;
    color: #2d344c;
}

h5 a {
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #2d344c;
    height: 100%;
}

.page {
    display: grid;
    place-items: center;
    overflow: hidden;
    height: 100%;
}

nav.navigation {
    width: 80%;
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: space-between;
}

nav.navigation img {
    max-width: 180px;
    max-height: 180px;
}

nav.navigation .credits {
    display: flex;
    gap: 40px;
}

.top-area {
    justify-content: center;
}

.container-text h2 {
    text-align: center;
    color: #2d344b;
}

.container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.185);
    overflow: auto;
}

.container-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    font-size: 1.7rem;
    color: #2E4052;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.164);
    cursor: pointer;
}

.logo img {
    max-width: 320px;
    height: 100%;
}

.container-text {
    width: 100%;
    max-width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
}

.logo {
    padding-right: 30px;
}

.container-text form {
    width: 100%;
}

.container-text h2 {
    font-size: 1rem;
    color: #5f89b9;
}

.container-text p {
    font-size: 14px;
    color: #3B4169;
    margin: 10px 0;
}

.container-text button {
    width: 100%;
    border: none;
    padding: 14px;
    border-radius: 3px;
}

.container-text button {
    background-color: #11998e;
    display: block;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 5px 20px #89caff94;
    transition: box-shadow 0.3s ease-in-out;
    margin-top: 50px;
}

.container-text button:hover {
    box-shadow: none;
}

.container-text span:not(.opselect span):not(.checkbox-spin+label span) {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    color: #BABDCB;
    font-size: 12px;
}

div.row {
    display: flex;
    gap: 10px;
}

p.error {
    font-size: 0.7rem;
    color: #dd4e4e;
    font-weight: 600;
    text-align: center;
}

.fg {
    position: relative;
    padding: 15px 0 0;
    width: 100%;
}

select.f_input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e9e9e9;
    outline: none;
    font-size: 0.8rem;
}

.f_input {
    width: 100%;
    min-width: 300px;
    font-family: inherit;
    border: 0;
    border: 1px solid #99adc3;
    border-radius: 6px;
    outline: 0;
    font-size: 0.8rem;
    color: #798579;
    padding: 16px;
    background: transparent;
    transition: border-color 0.2s;
}

.f_input::placeholder {
    color: transparent;
}

.f_input:placeholder-shown~.f_label {
    font-size: 0.8rem;
    cursor: text;
    color: #9d9d9d;
    top: 31px;
    left: 14px;
}

.f_label {
    position: absolute;
    top: 5px;
    left: 14px;
    display: block;
    transition: 0.2s;
    font-size: 0.8rem;
    color: #5f89b9;
    padding: 0 4px;
    background-color: white;
}

.f_input:focus {
    padding: 16px;
    border: 2px solid #11998e;
    border-radius: 6px;
}

.f_input:focus~.f_label {
    position: absolute;
    top: 5px;
    display: block;
    transition: 0.2s;
    color: #11998e;
    font-weight: 700;
    padding: 0 4px;
    background-color: white;
}

.f_input:required,
.f_input:invalid {
    box-shadow: none;
}

#exception h2 {
    color: #ff8670;
    font-size: 2rem;
    text-align: left;
}

#exception h3 {
    font-weight: 100;
    color: #ababab;
}

#exception a {
    text-decoration: none;
    color: #90bb8f;
    font-size: 1rem;
    font-weight: 600;
}

.opselect_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.opselect {
    width: 100%;
    font-family: inherit;
    font-size: 0.8rem;
    color: #798579;
    padding: 16px;
    background-color: #fafcfd;
    border: 3px solid transparent;
    transition: 0.3s ease-in-out;
    border: 1px solid #99adc3;
    border-radius: 6px;
}

.opselect::-webkit-input-placeholder {
    font-family: inherit;
    font-size: 0.8rem;
    color: #798579;
}

.opselect:hover {
    background-color: #80c7c1;
    cursor: pointer;
    color: white;
}

.opselect:hover::-webkit-input-placeholder {
    color: #fff;
}

.opselect:focus,
.opselect.open {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    outline: 0;
    background-color: #11998e;
    color: #fff;
}

.opselect:focus::-webkit-input-placeholder,
.opselect.open::-webkit-input-placeholder {
    color: #fff;
}

.opselect_list {
    list-style: none;
    margin-top: 4rem;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-in-out;
    z-index: 10000;
}

.opselect_list.open {
    max-height: 320px;
    overflow: auto;
}

.opselect_list li {
    position: relative;
    background-color: #fafcfd;
    padding: 16px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    opacity: 1;
}

.opselect_list li:hover {
    background-color: #80c7c1;
    color: #fff;
}

.opselect_list li.closed {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
}

div.row.separator {
    margin-top: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
    display: flex;
    justify-content: center;
}

div.row.separator h4 {
    color: #676a81;
    font-weight: 400;
    font-size: 0.8rem;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    max-width: 900px;
    padding: 32px;
}

.logo h2 {
    font-size: 2rem;
}

.logo h3 {
    line-height: 1.8rem;
    font-weight: 400;
}

.cta {
    position: relative;
    margin: 22px 0;
    padding: 19px 22px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.cta:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgb(157 242 255 / 50%);
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.cta span {
    position: relative;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    vertical-align: middle;
}

.cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #111;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}

.cta:hover:before {
    width: 100%;
    background: #9df2ff80;
}

.cta:hover svg {
    transform: translateX(0);
}

.cta:active {
    transform: scale(0.96);
}

.hidden_fields>div {
    display: none;
}

.container-text .button.generic {
    background-color: transparent;
    color: grey;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    margin: 22px 0;
    font-size: 1rem;
}

@media screen and (max-width:900px) {
    .page {
        overflow: auto;
    }
    .container {
        flex-direction: column;
    }
    .container-text {
        max-width: unset;
    }
    nav.navigation {
        gap: 25px;
    }
    nav.navigation img,
    div#logo-container img {
        max-width: 120px;
    }
}

@media screen and (max-width:300px) {
    nav.navigation {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

div.checkbox {
    margin: 15px;
}

div.checkbox label {
    color: #798579;
    font-size: 0.8rem;
}

.checkbox-spin {
    display: none;
}

.checkbox-spin+label span {
    display: inline-block !important;
    width: 25px;
    height: 19px;
    margin: 0 5px -4px 0 !important;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    background: transparent;
    border: 2px solid #11998e;
}

.checkbox-spin+label span:after {
    z-index: 0;
    border: none;
}

.checkbox-spin:checked+label span:before {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    background: #11998e;
}

.checkbox-spin:checked+label {
    color: #5f89b9;
}

a.terms_info {
    font-size: 1rem;
    color: #108177;
    font-weight: 900;
    cursor: pointer;
}

.logo_container {
    display: flex;
    gap: 10px;
    align-items: center;
}