section.CardCertCheck{

}

section.CardCertCheck .card-cert-form{
    background: var(--light-blue-color);
    padding:2.3rem 2.3rem 0 2.3rem;
    border-radius: 20px;
}
.elite section.CardCertCheck .card-cert-form{
    background: var(--dark-elite-color);
    color: var(--white-color);
}
section.CardCertCheck h1,
section.CardCertCheck h2{
    margin-bottom:1.5rem;
    font-size:3rem;
    font-weight: 700;
}

section.CardCertCheck .card-check-form{
    padding: 1rem 0;
    margin: 1rem auto;
    font-size: 1.2rem;
}
section.CardCertCheck .card-check-form-text{
    color: var(--accent-color);
    font-weight: bold;
    margin:0.5rem 0;
    font-size:110%;
}
section.CardCertCheck .card-check-form-inputs{
    padding:1.3rem 0;
}
section.CardCertCheck .form-input{
    position:relative;
}
section.CardCertCheck .form-input input{
    border: 1px solid #66666680;
    border-radius:2px;
    background: var(--white-color);
}
section.CardCertCheck .card-check-form button.btn{
    font-weight:normal;
}

section.CardCertCheck .check-card-form-success,
section.CardCertCheck .check-card-form-error{
    background: var(--white-color);
    color: var(--text-color);
    padding:20px 45px;
    border-radius: 20px;
    box-shadow: 3px 5px 12px rgba(0,0,0,0.2);
    max-width:600px;
}

@media (max-width: 520.98px) {
    section.CardCertCheck .card-check-form{
        padding:1rem 0;
    }
}