form input {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #fff;
    /* box-shadow: 0 4px 8px 0 rgb(157 37 28 / 20%), 0 6px 20px 0 rgb(157 37 28 / 19%); */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

form input:focus {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.textheading {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.margin-top {
    margin-top: 10px;
}

.submit__generated {
    display: inline-block;
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) {

    .submit__overlay {
        height: 5% !important;
        width: 94% !important;
        background-color: #ffffff66;
        position: absolute;
        margin-top: -90px;
        margin-left: 0px;
    }

}

.submit__generated span {
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: 10px;
}

.submit__generated.valid:after {
content: "\2713"; /* Unicode check mark */
color: #2ecc71; /* Green color for the check mark */
}

.submit__generated.valid .submit__input {
    border: 1px solid #2ecc71;
    color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
content: "\2717"; /* Unicode "X" symbol */
color: #e74c3c; /* Red color for the "X" symbol */
}

.submit__generated.unvalid .submit__input {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.submit__generated .submit__input {
    position: relative;
    outline: 0;
    height: 45px;
    width: 65px;
    border-radius: 4px;
    border: 1px solid #30519e;
    color: #30519e;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    top: -2px;
}

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
}

i.fa-refresh:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #30519e;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0rgb(5, 58, 94);
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.submit:hover {
    background-color:rgb(0, 105, 175);
}

.submit:active,
.submit.enter-press,
.submit.overlay {
    margin: 55px 0 46px 0;
    box-shadow: none;
}

.submit__overlay {
    height: 13%;
    width: 10%;
background-color: #ffffff66;
position: absolute;
margin-top: -90px;
margin-left: 0px;
}
.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}

.captcha-heading {
    font-size: 20px;
    color: #ff1818;
    font-weight: 600;
}

.hide {
    display: none;
}
input[type="text"] {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}