.verify-box {
    margin-top: 42px;
    padding-top: 55px;
    padding-bottom: 55px;
    border-radius: 6px;
    background: rgba(0, 173, 238, 0.3)
}

.text-box {
    padding: 27px 12px;
    border-radius: 6px;
    background: rgba(136, 138, 139, 0.3)
}

input[type=text],
input[type=password],
select {
    font-size: 1.4rem;
    font-weight: bold;
    border: 0.5px solid rgba(136, 138, 139);
    border-bottom: 3px solid rgba(136, 138, 139);
    padding: 1.5rem 2rem;
}

input[type=text]:focus,
input[type=password]:focus {
    color: #000;
    border: 0.5px solid #ccc;
    border-bottom: 3px solid #00ADEE;
}

input[type=text]::placeholder, input[type=password]::placeholder{
    color: rgba(136, 138, 139);
    opacity: 1;
    /* Firefox */
}

.contact-form {
    padding-left: 40px;
    padding-right: 40px;
}

.card--custom {
    border: 1px solid #dbdcdc;
    border-radius: 5px;
}

.card-header--custom, .card-body--custom {
    padding: 10px 25px;
}

.card-header--custom h2 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

.card-body--custom h4 {
    font-family: "montserrat-regular", sans-serif;
    margin-top: 20px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


@media only screen and (max-width: 1200px) {
    .verify-box {
        margin-top: 0px;
    }
}

@media screen and (device-aspect-ratio: 40/71) {
    .btn,
    button,
    input[type="submit"] {
        display: inline-block;
        font-family: "montserrat-medium", sans-serif;
        font-size: 0.8rem;
    }
}

/* @media only screen and (max-width: 600px) {
.row {
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
} */