body {
    background: #f6f8fa;
    padding-top: 0;
}
.bg-login .margin-auto {
    margin: auto;
}
.bg-login .customSignnButton {
    display: inline-block;
    background: white;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
    border: none;
}
.bg-login .customSignnButton span.label {
    font-family: serif;
    font-weight: normal;
}
.bg-login .customSignnButton span.icon {
    background: url('/images/google_signin_buttons/btn_google_light_normal_ios.svg') transparent -3px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.bg-login .customSignnButton span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.bg-login .customSignInButton:hover {
    cursor: pointer;
}
.bg-login p {
    font-family: 'Nunito Sans', sans-serif;
    color: #616161;
}
.bg-login .float-none {
    float: none;
}
.bg-login .reg .left {
    background: url('/assets/img/login-2022/left-part.jpg') no-repeat right -150px top 0 !important;
}
.bg-login .box-nd {
    background: #fff;
    border-radius: 25px;
    display: flex;
    min-height: 540px;
    position: relative;
    margin: 150px 0 0 0;
    font-family: 'Montserrat', sans-serif;
}
.bg-login .box-nd::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-top.png') no-repeat center top;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    margin: auto;
    background-size: 400px;
}
.bg-login .box-nd::before {
    content: '';
    background: url('/assets/img/login-2022/bg-shadow.png') no-repeat center top;
    width: 100%;
    height: 124px;
    position: absolute;
    bottom: -124px;
    margin: auto;
    background-size: 580px;
}
.bg-login .box-nd .left {
    background: url('/assets/img/login-2022/left-part.jpg') no-repeat right -150px top -120px;
    padding: 25px;
    border-radius: 25px 0 0 25px;
}
.bg-login .box-nd .left.branching {
    background: #f0f3fc!important; text-align: center; display: flex; align-items: center; justify-content: center;
}
.bg-login .box-nd .left.branching .logo-branch {
    width: 100%; max-width: 150px;
}
.bg-login .box-nd .left::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-left.png') no-repeat center top;
    width: 82px;
    height: 456px;
    position: absolute;
    left: -81px;
    top: 60px;
    background-size: 80px;
}
.bg-login .box-nd .left .logo {
    height: 50px;
}
.bg-login .box-nd .right {
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.bg-login .box-nd .right::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-right.png') no-repeat center top;
    width: 82px;
    height: 471px;
    position: absolute;
    right: -82px;
    top: 60px;
    background-size: 80px;
}
.bg-login .box-nd .right h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 0 0;
}
.bg-login .box-nd .right h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    color: #999;
    font-weight: 400;
    padding: 14px 0 10px;
}
.bg-login .box-nd .right .btn-primary {
    border-radius: 16px;
    padding: 8px 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background: #0fb0f8!important;
    border-color:#0fb0f8!important;;
}
.bg-login .box-nd .right .sponsor {
    display: flex;
    justify-content: space-between;
}
.bg-login .box-nd .right .link-reg {
    color: #666;
    font-size: 16px;
    text-align: right;
}
.bg-login .box-nd .right .link-reg a {
    font-weight: 700;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 10px 24px;
    color: #666;
    margin-left: 16px;
    display: contents;
}
.bg-login .box-nd .right form {
    width: 100%;
}
.bg-login .box-nd .right form a {
    font-size: 16px;
    color: #302574;
    font-weight: 700;
}
.bg-login .box-nd .right form input, .bg-login .box-nd .right form select {
    font-family: 'Nunito Sans', sans-serif;
    border: 2px solid #ccc !important;
    border-radius: 15px;
    color: #999 !important;
    font-size: 19px !important;
    padding: 8px 22px;
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
}
.bg-login .box-nd .right #customBtn2 {
    margin-left: 12px;
}
.adult .bg-login {
    background-image: url('/images/bg-login-adult.png');
    background-size: cover;
    height: 100vh;
}
.adult .bg-login .box-nd::after {
    background: none;
}
.adult .bg-login .box-nd .left::after {
    background: none;
}
.adult .bg-login .box-nd .right::after {
    background: none;
}
.sso-button {
    border: none;
    padding: 0;
    background: none;
}
#customBtn {
    display: inline-block;
    background: white;
    color: #929292;
    width: 210px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: nowrap;
}
#customBtn:hover {
    cursor: pointer;
}
#customBtn span.label {
    font-family: serif;
    font-weight: normal;
}
#customBtn span.icon {
    background: url('/images/google_signin_buttons/btn_google_light_normal_ios.svg') transparent -3px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
#customBtn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: bold;
   /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}
body {
    background: #f6f8fa;
    padding-top: 0;
}
.bg-login .margin-auto {
    margin: auto;
}
.bg-login .customSignnButton {
    display: inline-block;
    background: white;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
    border: none;
}
.bg-login .customSignnButton span.label {
    font-family: serif;
    font-weight: normal;
}
.bg-login .customSignnButton span.icon {
    background: url('/images/google_signin_buttons/btn_google_light_normal_ios.svg') transparent -3px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.bg-login .customSignnButton span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.bg-login .customSignInButton:hover {
    cursor: pointer;
}
.bg-login p {
    font-family: 'Nunito Sans', sans-serif;
    color: #616161;
}
.bg-login .float-none {
    float: none;
}
.bg-login .reg .left {
    background: url('/assets/img/login-2022/left-part.jpg') no-repeat right -150px top 0 !important;
}
.bg-login .box-nd {
    background: #fff;
    border-radius: 25px;
    display: flex;
    min-height: 540px;
    position: relative;
    margin: 150px 0 0 0;
    font-family: 'Montserrat', sans-serif;
}
.bg-login .box-nd::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-top.png') no-repeat center top;
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    margin: auto;
    background-size: 400px;
}
.bg-login .box-nd::before {
    content: '';
    background: url('/assets/img/login-2022/bg-shadow.png') no-repeat center top;
    width: 100%;
    height: 124px;
    position: absolute;
    bottom: -124px;
    margin: auto;
    background-size: 580px;
}
.bg-login .box-nd .left {
    background: url('/assets/img/login-2022/left-part.jpg') no-repeat right -150px top -120px;
    padding: 25px;
    border-radius: 25px 0 0 25px;
}
.bg-login .box-nd .left::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-left.png') no-repeat center top;
    width: 82px;
    height: 456px;
    position: absolute;
    left: -81px;
    top: 60px;
    background-size: 80px;
}
.bg-login .box-nd .left .logo {
    height: 50px;
}
.bg-login .box-nd .right {
    padding: 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.bg-login .box-nd .right::after {
    content: '';
    background: url('/assets/img/login-2022/avatar-right.png') no-repeat center top;
    width: 82px;
    height: 471px;
    position: absolute;
    right: -82px;
    top: 60px;
    background-size: 80px;
}
.bg-login .box-nd .right h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 0 0;
}
.bg-login .box-nd .right h4 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    color: #999;
    font-weight: 400;
    padding: 14px 0 10px;
}
.bg-login .box-nd .right .btn-primary {
    border-radius: 16px;
    padding: 8px 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.bg-login .box-nd .right .sponsor {
    display: flex;
    justify-content: space-between;
}
.bg-login .box-nd .right .link-reg {
    color: #666;
    font-size: 16px;
    text-align: right;
}
.bg-login .box-nd .right .link-reg a {
    font-weight: 700;
    border: 2px solid #ccc;
    border-radius: 15px;
    padding: 10px 24px;
    color: #666;
    margin-left: 16px;
    display: contents;
}
.bg-login .box-nd .right form {
    width: 100%;
}
.bg-login .box-nd .right form a {
    font-size: 16px;
    color: #302574;
    font-weight: 700;
}
.bg-login .box-nd .right form input, .bg-login .box-nd .right form select {
    font-family: 'Nunito Sans', sans-serif;
    border: 2px solid #ccc !important;
    border-radius: 15px;
    color: #999 !important;
    font-size: 19px !important;
    padding: 8px 22px;
    width: 100%;
    margin-bottom: 20px;
    min-height: auto;
}
.bg-login .box-nd .right #customBtn2 {
    margin-left: 12px;
}
.adult .bg-login {
    background-image: url('/assets/img/login-2022/bg-login-adult.png');
    background-size: cover;
    height: 100vh;
}
.adult .bg-login .box-nd::after {
    background: none;
}
.adult .bg-login .box-nd .left::after {
    background: none;
}
.adult .bg-login .box-nd .right::after {
    background: none;
}
.sso-button {
    border: none;
    padding: 0;
    background: none;
}
#customBtn {
    display: inline-block;
    background: white;
    color: #929292;
    width: 210px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    white-space: nowrap;
}
#customBtn:hover {
    cursor: pointer;
}
#customBtn span.label {
    font-family: serif;
    font-weight: normal;
}
#customBtn span.icon {
    background: url('/images/google_signin_buttons/btn_google_light_normal_ios.svg') transparent -3px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
#customBtn span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: bold;
   /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 1400px) {
    .bg-login .box-nd .left {
        background: url('/assets/img/login-2022/left-part.jpg') no-repeat right -179px top -110px;
   }
    .bg-login .box-nd .right form a {
        font-size: 17px;
   }
    .bg-login .box-nd .right::after {
   }
    .bg-login .box-nd::before {

   }
    .bg-login .box-nd::after {
        background-size: 400px;
        top: -80px;
   }
}
@media (max-width: 1199px) and  (min-width: 889px){
    .col-lg-7.differ{width: 70%;}
}
@media (max-width: 990px) {

    .col-lg-7.differ{width: 70%;}
    .bg-login .box-nd{margin:75px 0 0 0;}
    .bg-login {
        background-size: contain;
        height: 100vh;
        display: flex;
        align-items: center;
   }
   .bg-login .box-nd .left.branching .logo-branch{
        width: auto;
        max-width: 150px;
        max-height: 80px;
   }
    .box-nd {
        flex-direction: column;
   }
    .box-nd::after {
        background-size: 320px !important;
        top: -64px !important;
   }
    .box-nd::before {
        background-size: 350px !important;
   }
    .box-nd .left {
        border-radius: 25px 25px 0 0 !important;
        padding: 12px!important;
        background: url('/assets/img/login-2022/left-part-mobile.jpg') no-repeat right top !important;
   }
    .box-nd .left::after {
        width: 72px!important;
        left: -72px !important;
        background-size: 70px !important;
   }
    .box-nd .right {
        padding: 25px 25px 25px 25px !important;
   }
    .box-nd .right::after {
        width: 72px!important;
        right: -72px !important;
        background-size: 70px !important;
        top: -50px!important;
   }
    .box-nd .right h1 {
        margin: 70px 0 0 0;
   }
    .box-nd .right h4 {
        font-size: 18px;
   }
}
@media (max-width: 520px) {
    .col-lg-7.differ {
        width: 91.66666667%;
   }
    .bg-login .box-nd {
        margin: 70px 0 0 0 !important;
        min-height: auto;
   }
    .bg-login .box-nd::after {
        background-size: 250px !important;
        top: -50px !important;
   }
    .bg-login .box-nd::before {
        background-size: 280px !important;
   }
    .bg-login .box-nd .left {
        background-position: left top;
   }
    .bg-login .box-nd .left::after {
        display: none;
   }
    .bg-login .box-nd .right {
        padding: 20px;
        padding-bottom: 115px;
   }
    .bg-login .box-nd .right::after {
        display: none;
   }
    .bg-login .box-nd .right h1 {
        margin: 20px 0 0 0;
        font-size: 20px;
   }
    .bg-login .box-nd .right h4 {
        padding: 6px 0 22px;
        margin:0;
        font-size: 18px;
   }
    .bg-login .box-nd .right .link-reg {
        font-size: 12px;
        padding-top: 10px;
   }
    .bg-login .box-nd .right .link-reg a {
        padding: 10px 14px;
        margin-left: 0;
   }
    .bg-login .box-nd .right .btn-primary {
        font-size: 16px !important;
        padding: 12px 20px !important;
   }
    .bg-login .box-nd .right form {
        width: 100%;
   }
    .bg-login .box-nd .right form a {
        font-size: 16px;
   }
    .bg-login .box-nd .right form input {
        font-size: 18px;
   }
    .bg-login .box-nd .right .link-reg img {
        height: 35px !important;
   }
    .bg-login .box-nd .right .sponsor {
        flex-wrap: wrap;
        justify-content: center !important;
   }
    .bg-login .box-nd .right .sponsor div {
        margin-bottom: 8px;
   }
}