/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap'); */

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, sans-serif !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Poppins, sans-serif ! important;
}

@media screen and (max-width: 767px) {
    .register-header-text {
        color: #000;
        text-align: center;
        font-family: "Poppins SemiBold";
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

.general-page-register-container {
    background-color: #f6f6f6;
    padding: 25px 30px !important;
}

.fm-mb, .floating-label-group {
    margin-bottom: 15px;
    margin-top: 0;
}

.contact-caro-row {
    margin-top: 15px;
}

.toggle-wrap {
    margin-bottom: 15px;
}

.termsText p {
    color: #555F5B !important;
    font-family: Poppins;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 12px */
    text-align: left;
    opacity: 0.4;
}

.register-section-btn {
    border-radius: 45px;
    /* width: 302px !important; */
    background: var(--New, linear-gradient(0deg, #C0D 0%, #500096 100%)) !important;
}

@media screen and (min-width: 767px) {
    .general-page-register-container {
        margin:0;
        border-radius: 0;
        background-color: #E4E4E4;
    } 

    .register-section-btn {
        padding: 0;
        width: 513.448px !important;
        /* height: 54px; */
    }

    .register-header-text {
        width: 877px;
        margin: 0 auto;
        color: #000;
        text-align: center;
        font-family: "Poppins SemiBold";
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 125% */
    }

    .contact-caro-row{
        width: 800px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .termsText p{
        color: #000 !important;
        font-family: Poppins;
        font-size: 18px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        opacity: 1;
    }
}
