.main-bg {
    background: url('/new/img/bg_user_register.png');
    width: 100vw;
    min-height: 785px;
    background-repeat: no-repeat;
}

.main-padding {
    padding-top: 78px;
    padding-bottom: 78px;
}

.main-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 130%;
    color: #FB7D88;
}

.main-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #686868;
}

.benefit-ic {
    width: 75px !important;
    margin-bottom: 24px;
}

.benefit-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #303030;
}

.benefit-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #686868;
}

.benefit-subtitle-strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 150%;
    color: #686868;
}

.benefit-card {
    display: inline-grid;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 234px;
}

.grid-container {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(2,1fr);
    width: 500px;
    margin-top: 25px;
}

.form-card {
    background: #FFFFFF;
    border-radius: 31px;
    padding: 20px;
}

.btn-register {
    background: #F3F6F9;
    border-radius: 100px;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px;
}

.btn-register-facebook::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    z-index: 2;
    position: absolute;
    left: 40px;
    background-image: url('/new/img/ic_register_facebook.png');
    background-repeat: no-repeat;
    align-content: center;
    justify-content: center;
}

.btn-register-google::before {
    content: "";
    width: 20px;
    height: 20px;
    display: flex;
    z-index: 2;
    position: absolute;
    left: 40px;
    background-image: url('/new/img/ic_register_google.png');
    background-repeat: no-repeat;
    align-content: center;
    justify-content: center;
}

.btn-register span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: #303030;
}

.or {
    width: 100%;
    text-align: center;
    line-height: 0.1em;
    height: 1px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #C4C4C4;
}

.or span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #686868;
    background: #fff;
    padding: 0 10px;
}

.register-form {
    background: #F3F6F9;
    border-radius: 30px;
    padding: 0px 16px;
    font-family: 'Open Sans';
    font-style: normal;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #000000;
}

.register-form::placeholder {
    color: #A2A2A2;
}

select.register-form {
    background-color: #F3F6F9;
    border-radius: 30px;
    padding: 0px 16px;
    font-family: 'Open Sans';
    font-style: normal;
    border: none;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: BLACK;
    margin-bottom: 12px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    appearance: none;
}

.show-password {
    background: #F3F6F9;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 16px;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #C4C4C4;
}

.btn-submit-register {
    background: #FB7D88;
    border-radius: 100px;
    border-color: #FB7D88;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 12px;
}

.btn-submit-register:hover {
    background: #FB7D88;
    border-radius: 100px;
    border-color: #FB7D88;
}

.sk {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #686868;
    margin-top: 12px;
}

.sk a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FB7D88;
    text-decoration: none;
}

.spa {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #434358;
    margin-top: 25px;
    margin-bottom: 25px;
}

.spa a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FB7D88;
    text-decoration: none;
}

.pb-wrapper {
    background: #FFEEF0;
    border-radius: 20px;
    padding: 14px;
}

.pb {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #434358;
    margin-bottom: 0px;
}

.pb a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FB7D88;
    text-decoration: none;
}

#overlays{	
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinners {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinners {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
.is-hide{
    display:none;
}

@media only screen and (max-width: 576px) {
    .main-padding {
        padding-top: 40px !important;
    }
}