body.page-template-page-agent-registration {
    overflow-y: hidden;
}
.page-template-page-agent-registration section.registration {
    min-height: 100vh;
    background-color: #FCF7F7;
}
.page-template-page-agent-registration section.registration .row.registration-box {
    max-width: 795px;
}
.page-template-page-agent-registration section.registration .row.registration-box .featured-img {
    position: relative;
    border-radius: 16px 0 0 16px;
}
.page-template-page-agent-registration section.registration .row.registration-box .featured-img img{
    position: absolute;
    max-width: max-content;
    bottom: 0;
    left: -20px;
}
.page-template-page-agent-registration section.registration .row.registration-box .form-wrap {
    padding: 24px 16px 24px 32px;
    border-radius: 0 16px 16px 0;
    background-color: #fff;
}
.page-template-page-agent-registration section.registration #whatsapp-form label {
    font-weight: 500;
}
.page-template-page-agent-registration section.registration #whatsapp-form .form-subtitle {
    color: #868D9A;
}
.page-template-page-agent-registration section.registration #whatsapp-form .btn-registration {
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    background-color: var(--brand-color-primary-acf);
}
.page-template-page-agent-registration section.registration #whatsapp-form .btn-registration:disabled {
    background-color: #CFD1D7;
    color: #B6BAC2;
}

.page-template-page-agent-registration section.registration #whatsapp-form .domicile-input .select2-default{
    color:red !important;
}
footer.site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .page-template-page-agent-registration section.registration {
        padding: 24px 0 24px 0;
    }
    .page-template-page-agent-registration section.registration .row.registration-box .form-wrap {
        padding: 24px 12px 24px 12px;
        border-radius: 8px;
        box-shadow: 0px 4px 25px 0px #0000001A;
    }
    .page-template-page-agent-registration section.registration #whatsapp-form h5 {
        font-size: 18px;
        letter-spacing: unset;
    }
    .page-template-page-agent-registration section.registration #whatsapp-form .form-subtitle {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    .page-template-page-agent-registration section.registration {
        padding: 48px;
    }
    .page-template-page-agent-registration section.registration #whatsapp-form h5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .page-template-page-agent-registration section.registration #whatsapp-form .form-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
}