header {
    height: 100px;
    background: white;
    box-shadow: 0 10px 30px 0 rgb(47 52 97 / 10%);
    -webkit-box-shadow: 0 10px 30px 0 rgb(47 52 97 / 10%);
    -moz-box-shadow: 0 10px 30px 0 rgba(47,52,97,.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
header img {
    height: 50px;
}
a, input {
    transition: all .4s ease-in-out;
}
html, body {
    height: 100%;
}
body {
    background: #F4F5F7;
    font-family: 'Open Sans', sans-serif;
}
main {
    padding: 150px 0 80px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.inputs .w-100 {
    margin-bottom: 15px;
    display: block;
}
.inputs div select,
.inputs div input {
   height: 60px;
    display: block;
    width: 100%;
    padding: 0 25px;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #ced4da;
    color: #555555;
}
.inputs div input[type="radio"] {
    display: inline-block;
    padding: 0 !important;
    width: 1em;
    height: 1em;
    margin-left: -1.5rem !important;
}
.radio-group label {
	font-size: 17px	
}
.radio-group .form-check {
    padding-left: 2em;
}
label {
    color: #666666;
    font-size: 14px;
}
label a {
    color: #00743E;
    font-weight: bold;
    text-decoration: none;
}
label a:hover {
    color: #008748;
}
.form-check {
    padding-left: 3em;
}
.form-check-input {
    width: 30px;
    height: 30px;
    margin-left: -3em !important;
}
.form-check-input:checked {
    background-color: #00743E;
    border-color: #00743E;
}

input[type="submit"] {
    background-color: #00743E;
    color: white;
    font-size: 16px;
    height: 80px;
    border-radius: 3px;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="submit"]:hover {
    background: #008748;;
}

footer {
    color: #666;
    font-size: 13px;
}

#thank {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#thank main {
    background-size: 100% auto;
    padding-bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#thank h1 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}   
#thank h2 {
    font-family: 'Jomolhari', serif;
    font-size: 150px;
    letter-spacing: -3px;
    color: white;
    margin-top: 15vh;
}
#thank .btn-green {
    background: #7AC244;
    font-size: 16px;
    height: 80px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    min-width: 300px;
}
.linea {
    width: 100px;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: white;
}

@media (max-width:991px) {
    .inputs div select,
    .inputs div input {
        height: 50px;
        padding: 0 25px;
        font-size: 16px;
    }
    #thank h2 {
        font-size: 100px;
    }
}