.section-login {
    width: 420px;
    margin: auto;
}
.section-login .btn-view-password {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.section-login .btn-login,.section-login .backtohome{
    min-height: 42px;
}
.section-login .forgot > a, .section-login .register_link {
    color: var(--brand-primary);
}
.section-login .forgot > a:hover, .section-login .register_link:hover {
    color: var(--link-hover-color);
}
.login-type1, .login-type7, .login-type9 {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow-y: auto;
}
.login-type1 .section-login {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}
.login-type3 {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow-y: auto;
}
.login-type3 .section-login, .login-type3 .register-default {
    margin: 0 10%;
}
.login-type2 {
    background: #fff;
    width: 80%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 100vh;
    display: flex;
}
.login-type5 {
    background: #fff;
    display: flex;
    border-radius: 20px;
    align-items: center;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 12px -2px rgba(16, 24, 40, 0.08), 0px 8px 24px -4px rgba(16, 24, 40, 0.12);
    transform: translate(-50%, -50%);
}
.login-type5 > div {
    width: 50%;
}
.login-type5 > .section-login {
    padding: 32px 60px !important;
}
.login-type5 > .register-default {
    max-height: 600px;
    overflow-y: auto;
}
.login-type6 {
    display: flex;
    align-items: center;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}
.login-type6 .section-login {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
    position: relative;
    z-index: 99;
}
.login-type6 .register-default {
    position: relative;
    z-index: 9;
}
.login-type6 .image-login-type6 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.login-type7 .section-login, .login-type9 .section-login{
    padding: 0!important;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
}
.login-type7 .login-header-inner, .login-type9 .login-header-inner{
    text-align: center;
    background: url('/Core/Home/images/Login/LoginType7/bg-hedear-login.png') center no-repeat var(--brand-primary);
    border-radius: 30px 30px 0 0;
    padding: 40px 0 !important;
}
.login-type9 .login-header-inner{
   background-size: cover;
}
.region-top .login-type9 .login-header-inner{
    text-align: center!important;
    background: url(/Core/Home/images/Login/LoginType7/banner-login-type7.png) !important;
    border-radius: 30px 30px 0 0!important;
    padding: 0 !important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
}
.login-type9 .login-header-inner .logo{
    padding: 0 !important;
    background-color: #ffff!important;
    border-radius: 30px 30px 0 0!important;
}
.login-type9 .login-header-inner .logo img{
    max-width: 100%!important;
    max-height: 140px!important;
    width: 100% !important;
    border-radius: 20px 20px 0 0!important;
}
.login-type7 .form-heading, .login-type9 .form-heading{
    text-align: center;
    padding-top: 40px;
}
.login-type7 .login-header-inner .logo, .login-type9 .login-header-inner .logo{
    padding: 0!important;
}
.login-type7 .login-body-inner, .login-type9 .login-body-inner{
    padding: 0 40px 40px 40px;
    border-radius: 0 0 30px 30px;
}
.login-type9 .section-login{
    width: 600px;
}
.login-type9 .option-login .items:hover{
    background: #FEE4E2;
}
.login-form-type8{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.login-type8 .login-inner{
    background: #fff;
    display: flex;
    border-radius: 8px;
    align-items: center;
    box-shadow: 0px 2px 12px -2px rgba(16, 24, 40, 0.08), 0px 8px 24px -4px rgba(16, 24, 40, 0.12);
}

.login-type8 >.container {
    position: relative;
    min-height: 100vh;
}
@media (min-width: 1200px){
    .login-type8 >.container {
        width: 1170px;
    }
}
.login-type8{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.login-type8 .login-inner .image-left{
    width: 57%;
    padding: 35px;
    height: 100%;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}

.login-type8 .form-heading{
    font-size: 28px!important;
    color: var(--text-color);
    position: relative;
    padding-bottom: 15px!important;
    margin-bottom: 40px;
    font-weight: 700;
}
.login-type8 .form-heading:before{
    content: "";
    background-color: var(--brand-primary);
    width: 40px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }

    50% {
        transform: translate3d(0,5px,0);
    }
}
.ocean{
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0A4E8A;
}
.wave{
    background: url('/Core/Home/images/Login/LoginType8/bg-song.png') repeat-x;
    position: absolute;
    top: -238px;
    width: 6400px;
    height: 238px;
    animation: wave 7.5s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}
.wave:nth-of-type(2) {
    top: -215px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
@media (max-width: 1024px) {
    .login-type5,.login-type8 {
        width: 100%;
    }
    .login-type5 > .section-login {
        padding: 2rem !important;
    }
    .login-type5 .image-right,.login-type8 .image-left {
        display: none;
    }
}
@media (max-width: 425px) {
    .section-login {
        width: 100%;
        padding: 20px !important;
        margin: 16px;
    }
    .login-type5 > div{
        width: 100%;
    }
    .login-type5 > .section-login {
        width: 100%;
        padding: 1rem !important;
    }
    body.page-login:has(.login-type5) {
        background-image: url('/Core/Home/images/Login/banner-login-default.png');
    }
}
