html {
    background-image: url('../../images/auth/login-bg-2.png') !important;
    background-size: cover !important;
    backdrop-filter: blur(2px) !important;
    /* filter: blur(2px) !important; */
    /* -webkit-filter: blur(2px) !important; */
    background-repeat: no-repeat;
}
body {
    width: 100%;
    height: 100%;
    background-image: none !important;
    background-color: transparent !important;
}

.section-login {
    padding: 0;
    margin-top: 28px;
    background-color: transparent !important;
}

.container-fluid {
    background-color: transparent !important;
}

#login-card, #trouble-card {
    width: 100%;
    max-width: 1096px;
    min-height: 507px;
    /* padding: 40px; */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    border-radius: 24px;
    margin-bottom: 40px;
    padding: 50px 100px 50px 100px;
}
@media only screen and (max-width: 992px) {
    #login-card, #trouble-card {
        padding: 50px;
    }
}
@media only screen and (max-width: 768px) {
    #login-card, #trouble-card {
        padding: 20px;
    }
}

#img-le-logo {
    width: auto;
    height: 50px;
}

#login-icon-fgc, #login-icon-thaid {
    height: 40px;
}

#btnFacebook {
    width: 100%;
    height: 48px;
    color: #FFFFFF;
    margin-top: 28px;
    background: #3B589E;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#btnGoogle, #btnThaid {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #838A8C;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#btnLine {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    color: #FFFFFF;
    background: #00ba58;
    border: 1px solid #838A8C;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#btnCMU {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    /*margin-bottom: 28px;*/
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #838A8C;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#btnFacebook:hover, #btnThaid:hover, #btnGoogle:hover, #btnLine:hover, #btnCMU:hover{
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}
#username , #username-email, #icon-acc, #password, #icon-pass, #user_account, #user_name{
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 2px;
}

#icon-acc {
    color: #999999;
    background: #fff;
    border-right: none !important;
    border-radius: 8px 0px 0px 8px;
    border-right: none !important;
}

#username {
    border-radius: 0px !important;
    border-left: none !important;
    box-shadow: none !important;
}

#username-email {
    background: #E7E7E7;
    border-radius: 0px 8px 8px 0px !important;
    font-size: 14px;
    font-weight: 400;
}

#icon-pass {
    background: #fff;
    border-radius: 8px 0px 0px 8px;
    border-right: none !important;
}

#password {
    border-radius: 0px 8px 8px 0px !important;
    border-left: none !important;
    box-shadow: none !important;
}

.btn-le-login {
    width: 100%;
    padding: 9px 32px;
    background: #5E4481;
    border-radius: 8px;
}

.btn-le-to-regis {
    width: 100%;
    padding: 9px 32px;
    background: transparent;
    border: 1px solid #000000;
    border-radius: 8px; 
}
.btn-le-to-regis:hover {
    color: #fff;
    background: #000000;
    box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.64);
}

.btn-bac-to-login-page {
    width: 100%;
    color: #fff;
    background: #C0C0C0;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.btn-bac-to-login-page:hover {
    color: #fff;
    /* background: #000000;
    box-shadow: 0px 4px 16px 0px rgba(27, 27, 27, 0.64); */
    background: #8D3CE1;
    box-shadow: 0px 4px 16px 0px rgba(168, 111, 227, 0.64);
}

.btn-le-login:hover, .btn-le-login:focus, .btn-le-login:active, .btn-le-login:disabled {
    color: #fff !important;
    border-radius: 8px;
    background: #8D3CE1;
    box-shadow: 0px 4px 16px 0px rgba(168, 111, 227, 0.64);
}

@media only screen and (max-width: 992px) {
    #username-email {
        font-size: x-small;
    }
}

@media only screen and (max-width: 575px) {
    #mobile-none {
        display: none !important;
    }
    
    .hr-mobile {
        display: block !important;
    }

    #mobile-flex {
        display: flex;
        align-items: center;
    }
}

.hr-mobile {
    display: none;
}

.hr-x{
    /* border: 0.5px solid #999999;  */
    border: 0.5px solid #cbcbcb; 
    max-height: 151px; 
    height:100%;
    width: 1px;
    /* background-color: #999999; */
    background-color: #bbbbbb;
}

.under-l {
    position: absolute;
    bottom: 0px;
}
.under-r {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.text-fgp:hover, .text-regis:hover, .text-info-hover:hover {
    font-weight: 500;
    color: #46DCEE !important;
}

#contact-social a i{
    color: #ffffff;
}

#contact-social a .fa-facebook:hover{
    color: #4267B2;
}
#contact-social a .fa-line:hover{
    color: #00c300;
}
#contact-social a .fa-twitter-square:hover{
    color: #1DA1F2;
}
#contact-social a .fa-instagram:hover{
    background: -webkit-linear-gradient(15deg, rgba(255,220,128,1) 0%, rgba(252,175,69,1) 10%, rgba(247,119,55,1) 21%, rgba(245,96,64,1) 34%, rgba(245,96,64,1) 46%, rgba(253,29,29,1) 56%, rgba(225,48,108,1) 67%, rgba(193,53,132,1) 78%, rgba(131,58,180,1) 89%, rgba(88,81,219,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-check-input:checked {
    background-color: #11D13B;
    border-color: #11D13B;
}

.invalid-active {
    border: 1px solid #F61B3E !important;
}

.login-toggle-password {
    /* float: right; */
    cursor: pointer;
    /* margin-right: -30px; */
    margin-top: 17px;
    color: #999999;
    position: absolute;
    z-index: 4;
    right: 20px;
}
@media only screen and (max-width: 576px) {
    .login-toggle-password {
        right: 90px;
    }
}
@media only screen and (max-width: 520px) {
    .login-toggle-password {
        right: 60px;
    }
}
@media only screen and (max-width: 476px) {
    .login-toggle-password {
        right: 30px;
    }
}
@media only screen and (max-width: 428px) {
    .login-toggle-password {
        right: 20px;
    }
}
/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}
.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    /* background: background: rgba(255, 255, 255, 0.9); */
    transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    /* background: rgba(255, 255, 255, 0.9); */
}

.btn-box-fg-account, .btn-box-fg-password{
    cursor: pointer;
    border-radius: 16px;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    max-height: 140px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    transition: all 0.25s;
}
.btn-box-fg-account:hover, .btn-box-fg-password:hover{
    color: #8D3CE1;
    fill: linear-gradient(0deg, rgba(141, 60, 225, 0.10) 0%, rgba(141, 60, 225, 0.10) 100%), #FFF;
    border-color: #8D3CE1;
    box-shadow: 0px 4px 16px 0px rgba(168, 111, 227, 0.64);
    transition: all 0.5s;
    background-color: #f4ecfb;
}
.btn-box-fg-account i, .btn-box-fg-password i{
  color: #C0C0C0;
  transition: all 0.25s;
}
.btn-box-fg-account:hover i, .btn-box-fg-password:hover i{
  color: #8D3CE1;
  transition: all 0.25s;
}
@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}
@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}