﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿html {
    background: #f5f5f5;
}

body {
}

* {
    font-family: Roboto, Segoe UI, Arial, tahoma, verdana, sans-serif !important;
    font-size: 13px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
        color: #3856DA !important;
    }

    a:focus {
        text-decoration: none;
        color: #2B44B3 !important;
    }

/*Button*/

.m-button-login {
    width: 100%;
}

.m-button {
    background-color: #4262F0;
    background-image: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    padding: 8px 12px 6px 8px;
    border: none;
}

    .btn-login-hover.m-button.x-btn-focus,
    .m-button.x-btn-pressed.x-btn-default-small,
    .m-button.x-btn-over {
        background: #3856DA !important;
        background-image: none;
        border: none;
    }

.login-body .m-button .x-btn-inner-default-small {
    color: #fff;
    text-transform: unset;
    font-size: 17px;
    line-height: 18px;
    /*padding-top: 2px;
    margin-left: 2px;*/
}

.btn-login-hover:hover:before {
    transform: scaleX(1);
}



.btn-login-hover {
    overflow: hidden;
    z-index: 0;
    border: none;
}


.btn-login-hover,
.resetpassword_wrapper .m-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #4262F0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 44px;
    border-radius: 6px;
}

    .btn-login-hover:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #4262F0;
        transform: scaleX(0);
        transform-origin: 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    .btn-login-hover.x-btn-focus.x-btn-default-small .x-btn-wrap,
    .m-button-twofactor.x-btn-focus.x-btn-default-small .x-btn-wrap {
        outline: none;
    }

    .btn-login-hover:hover {
        color: white !important;
    }

.m-button.x-btn .x-btn-wrap {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

/*Header & logo*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #0077c7;
}

    .header .logo {
        display: inline-block;
        background: transparent url(Images/Background/logo-fullname.png) no-repeat left 5px center;
        width: 866px;
        height: 100%;
        vertical-align: middle;
        background-size: 65%;
    }

/*Main content*/
.main-content {
    top: 0px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.main-content-bound {
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    align-items: center;
    background-image: url('/Content/Images/Background/img_brg_login.png');
    background-size: cover;
    background-repeat: no-repeat;
}

    .main-content-bound .inner-login-form {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.login-form-container {
    overflow: hidden;
    width: 768px;
    height: 556px;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.26);
    margin: 0 auto;
    position: relative;
}

.support-list {
    padding: 20px 0;
    text-align: center;
}

    .support-list .support-item {
        margin: 26px;
        text-align: center;
        color: #4262F0;
        font-weight: bold;
    }

        .support-list .support-item .customicon-misasupport:after {
            background-image: url(/Content/Images/Icon/Support.svg);
        }

        .support-list .support-item .customicon-nhantin:after {
            background-image: url(/Content/Images/Icon/messenger-fill.svg);
        }

        .support-list .support-item .customicon-huongdan:after {
            background-image: url(/Content/Images/Icon/ic_help_24px.svg);
        }

        .support-list .support-item .customicon-zoom:after {
            background-image: url(/Content/Images/Icon/Icon-Zoom.svg);
            background-size: 21px;
        }

.slider-bg-container {
    width: 396px;
    height: 100%;
    float: left;
    background: url(/Content/Images/Background/img_login_form.svg) no-repeat center center;
    background-size: cover;
}

.send-email-success {
    background-image: url(/Content/Images/Icon/ic-email-success.svg);
    background-repeat: no-repeat;
    background-position-x: 50%;
}

.validate-mess {
    display: flex;
    margin-top: 4px;
}
.validate-mess-success {
    color: #1AB24D;
}
.snackbar-success {
    background-color: #1AB24D !important;
}
.validate-mess-fail {
    color: #DC2626;
}

.validate-mess-success .icon-validate {
    background-image: url(/Content/Images/Icon/ic-validate-success.svg);
    background-repeat: no-repeat;
    height: 16px;
    display: inline-block;
    width: 16px;
    margin-right:8px;
}
.error-mess-confirmpass {
    display: flex;
    margin-top: 5px;
}


.validate-mess-fail .icon-validate {
    background-image: url(/Content/Images/Icon/ic-validate-fail.svg);
    background-repeat: no-repeat;
    height: 16px;
    display: inline-block;
    width: 16px;
    margin-right: 8px;
}



.login-form {
    width: 330px;
    float: right;
    padding: 0px 19px 20px 19px;
    background: #fff;
    height: 100%;
}

    .login-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 1000px white inset !important;
    }

.login-body {
    width: 300px;
    margin: 48px auto;
}

    .login-body .login-panel-top {
    }

    .login-body .login-panel-bottom {
        padding: 2px 0;
    }

    /*Title*/
    .login-body .login-title-text {
        text-transform: uppercase;
        font-weight: 400;
        margin: 0 0 10px 0;
        font-size: 18px;
        text-align: center;
        color: #0077c7;
        display: none;
    }

    .login-body .image-logo-misa {
        background: url('/Content/Images/Background/logo_MISA_VN_30Y.svg') no-repeat center center;
        height: 60px;
        width: 230px;
        margin: 0px auto;
        background-size: contain;
    }

svg#logo-svg {
    display: block;
    margin: auto;
}

    svg#logo-svg tspan {
        font-size: 12px;
        font-family: roboto Condensed !important;
        font-weight: bold;
    }

.login-body .confirm-step2-row1 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.login-body .second-step-feature {
    justify-content: space-between;
    padding-top: 14px;
}
.login-body .step2-options {
  cursor:pointer;
}

.login-body .second-step-feature .other-ways {
        color: #4262F0;
    }

.login-body .confirm-step2-row2 {
    margin: 10px 0px;
}

.login-body .title-login-with-misaid {
    text-align: center;
}

.login-body .padding-bottom4 {
    padding-bottom: 6px;
}

.login-body .login-account-misaid {
    font-weight: bold;
    font-size: 24px;
}

.login-body .link {
    color: #0077c7;
}

.login-body .link-qlcb {
    font-size: 16px;
}

.login-body .font-size16 {
    font-size: 16px !important;
}

.login-body .login-title-text-notCompany {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 10px 0;
    font-size: 18px;
    text-align: center;
    color: red;
}

/* style cho button dạng link*/
.login-body .link-btn-cls,
.btn-staff-area .link-btn-cls {
    line-height: 15px;
    font-size: 14px;
    display: block;
    color: #4262F0;
    font-weight: 500;
}

.login-body #btnBackToLoginFromSecondStep{
    display: none;
}
/*Captchar*/
.login-body .divrefresh-captcha {
    z-index: 100 !important;
    width: 148px;
    display: inline-block;
    position: relative;
}

.login-body .refresh-captcha {
    line-height: 15px;
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    color: #4262F0;
    font-weight: 400;
    position: relative;
}

    .login-body .refresh-captcha .misaIcon.ic-sync {
        position: absolute;
        top: -1px;
        left: 5px;
    }

    .login-body .refresh-captcha .new-captchar {
        position: absolute;
        top: 1px;
        left: 25px;
        width: 125px;
    }

/*Checkbox*/
.login-body .m-checkbox .x-form-checkbox {
    background: none;
    width: 22px;
    height: 22px;
    margin: 0;
}

    .login-body .m-checkbox .x-form-checkbox:hover:before,
    .m-checkbox .x-form-checkbox-focus::before {
        color: #4262F0 !important;
    }

.login-body .x-form-cb-label.x-form-cb-label-after {
    padding-left: 12px;
    color: rgba(0,0,0,0.87);
}

.login-body .x-toolbar .m-checkbox .x-form-cb-label {
    margin-top: 0;
}

.login-body .m-checkbox .x-form-cb-label {
    position: absolute;
    margin-top: 4px;
    left: 12px;
    font-family: Roboto, Segoe UI, Arial, tahoma, verdana, sans-serif !important;
    font-size: 13px;
    color: #000;
}

.main-content-bound .cboOrganization,
.main-content-bound .username,
.main-content-bound .codeconfirm,
.main-content-bound .passwordNew,
.main-content-bound .confirmPassword,
.main-content-bound .m-capthcha-input,
.main-content-bound .password {
    width: 100%;
    height: 37px;
}

    .main-content-bound .cboOrganization.m-combobox .x-form-text-wrap-default {
    }

.login-form .x-form-field {
    font-size: 14px !important;
    border-radius: 3px;
    color: rgba(0,0,0,0.87);
    height: 44px;
    padding-left: 16px;
}

.group-control {
    position: relative;
}

.field-icon {
    background-image: url(Images/Background/lg-icon.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 44px;
    position: absolute;
    z-index: 1000;
}

.icon-home {
    background-position: top 10px left 6px !important;
}

.icon-user {
    background-position: top -29px left 6px;
}

.icon-pass {
    background-position: top -67px left 6px;
}

.login-form .cboOrganization.x-form-invalid .x-form-trigger-default {
    border-color: #d94e37 !important;
}

.login-form .m-capthcha-input.x-field-focus .x-form-text-wrap-default,
.login-form .username.x-field-focus .x-form-text-wrap-default,
.login-form .password.x-field-focus .x-form-text-wrap-default {
    border-color: #4262F0 !important;
}

.login-form .cboOrganization.x-field-focus .x-form-text-wrap-default,
.login-form .cboOrganization.x-field-focus .x-form-trigger-default {
    border-color: #4262F0 !important;
}

.main-content-bound .cboOrganization .x-form-text-wrap {
    border-right: none;
    border-radius: 6px 0 0 6px;
}

.main-content-bound .cboOrganization .x-form-trigger-default {
    border: 1px solid #b5b8c8;
    border-left: none;
    background-image: url(/Content/Images/Icon/ic_dropdown.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position-y: center;
    border-radius: 0 6px 6px 0;
}

.m-combobox .x-form-text-wrap-default {
    border: 1px solid #b5b8c8;
}

.main-content-bound .cboOrganization .x-form-arrow-trigger {
}

    .main-content-bound .cboOrganization .x-form-arrow-trigger::before {
        display: none;
    }

.main-content-bound .m-capthcha-input .x-form-text-wrap-default,
.main-content-bound .username .x-form-text-wrap-default,
.main-content-bound .password .x-form-text-wrap-default {
    border-radius: 6px;
}

.main-content-bound #rowWarningLoginByMISAID {
    display: none;
    line-height: 1.5;
    margin-top: 8px;
}

.main-content-bound .color-warning {
    color: #FF3013 !important;
    margin-top: 5px;
}

.main-content-bound .mess-codeotp {
    margin-top: 8px;
}

.main-content-bound .m-row {
    margin-top: 16px;
}

.main-content-bound #staffAre .m-row {
    margin-top: 0px;
}

.main-content-bound .m-row-password {
    margin-bottom: 2px;
}

.main-content-bound .cboOrganization input,
.main-content-bound .username input,
.main-content-bound .password input {
    /*padding-left: 16px;
    height: 44px;*/
}

.main-content-bound .codeotp input {
    padding-left: 10px !important;
    padding-bottom: 1px;
}

/*Footer*/

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
    padding: 20px;
    width: 100%;
    color: #000;
    text-align: center;
}

    .footer a {
        color: #fff;
        font-size: 16px;
    }

    .footer .copy-right,
    .footer .company-info {
        font-size: 14px;
        font-weight: 500;
        line-height: 12px;
        padding: 0;
        margin: 0 0 10px 0;
    }

.m-fail-mess {
    color: red;
    font-size: 13px;
}

.m-captcha-image {
    width: 115px;
    padding-top: 4px;
}

.m-captcha-button {
    padding-top: 4px;
    margin-left: 120px;
}

.m-display-none {
    display: none;
}

.main-content-bound .m-checkbox {
    position: relative;
    top: 7px;
}

.m-row.info {
    background: #faf2af;
    border: 1px solid #ccc;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-left: 28px;
    font-style: italic;
}

    .m-row.info .text-info {
        font-size: 11.5px;
    }

    .m-row.info .misaIcon.ic-info {
        position: absolute;
        top: 5px;
        left: 2px;
    }

/*.recoverpassword_wrapper .password input {
    padding-left: 3px !important;
    background-image: none !important;
}*/



.login-panel-body .recover-password {
    height: 55px !important;
    line-height: 25px !important;
    padding-top: 3px !important;
    padding-left: 36px !important;
}

.login-panel-body .recover-password-icon {
    left: 8px !important;
}

.login-panel-body {
    /*padding-top: 13px;*/
}
/*Info Acccount MISA ID*/
.main-content-bound .login-misaID-row {
    height: 20px;
    text-align: center;
}

.main-content-bound .LoginMisaIDRow1 {
    font-size: 18px;
    color: #0077c7;
}

.main-content-bound .LoginMisaIDRow2 {
}

.main-content-bound .info-login-account-space {
    min-height: 15px;
}

.main-content-bound .register {
    color: #0077c7;
}

.main-content-bound .row-slider {
    position: relative;
    height: 40px;
    display: flex;
    left: 25%;
}

.main-content-bound .logo-small {
    margin-left: 15px;
    float: left;
    width: 35px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.login-body .logo-mimosa {
    background-image: url('/Content/Images/Icon/logo-mimosa.png');
}

.login-body .logo-qlts {
    background-image: url('/Content/Images/Icon/logo-qlts.png');
}

.login-body .logo-qlcb {
    background-image: url('/Content/Images/Icon/logo-qlcb.png');
}

/*Bắt đầu sử dụng MISA ID*/

.start-using-form-container {
    overflow: hidden;
    width: 450px;
    height: 400px;
    border: 1px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.26);
    margin: 0 auto;
    background-color: white;
}

    .start-using-form-container .image-close {
        background-image: url('/Content/Images/Icon/image-close.png');
        height: 20px;
        width: 20px;
        position: absolute;
        right: 15px;
        cursor: pointer;
    }

    .start-using-form-container .loading {
        height: 100px;
        margin: 20px;
    }

    .start-using-form-container .image-loading {
        background-image: url('/Content/Images/Icon/image-loading.gif');
        height: 40px;
        width: 40px;
        margin: auto;
    }

    .start-using-form-container .row-close {
        position: sticky;
        top: 12px;
        height: 8px;
    }

    .start-using-form-container .image-logo-misa {
        background-image: url('/Content/Images/Icon/image-logo-misa.png');
        height: 45px;
        width: 100px;
        margin: auto;
    }

    .start-using-form-container .row-image {
        display: flex;
        flex-direction: column;
    }

    .start-using-form-container .image {
        background-position: center;
        background-repeat: no-repeat;
    }

    .start-using-form-container .row-image .text {
        text-align: justify;
    }

        .start-using-form-container .row-image .text .text-row {
            text-align: center;
            margin-top: 10px;
            font-weight: 400;
        }

    .start-using-form-container .font-size14 {
        font-size: 14px;
    }

    .start-using-form-container .font-size16 {
        font-size: 16px;
    }

.start-using-form-container-login {
    padding: 0px 35px;
}

    .start-using-form-container-login .m-group-content {
        padding: 12px 0;
    }

    .start-using-form-container-login .row-btn-login-misaid {
        margin-top: 20px;
    }

.main-content-bound .hide {
    display: none;
}

.main-content-bound .send-code-confirm {
    display: flex;
    padding: 5px 15px 5px 0;
    color: #0077c7;
}

.main-content-bound .title-body {
    margin-bottom: 15px;
    line-height: 20px;
}

.code-confirm .x-form-text-default {
    padding: 1px 2px 2px 8px;
}

.password-new .x-form-text-default {
    padding: 1px 2px 2px 8px;
}

.main-content-bound .info-login-account-MISA {
    display: none;
}



.btn-staff-area {
    position: absolute;
    bottom: 15px;
    width: 300px;
    padding: 0px 0px 12px 22px;
}

    .btn-staff-area .m-row {
        display: -webkit-flex;
        display: flex;
        padding-top: 6px;
    }

        .btn-staff-area .m-row .m-col {
            text-align: center
        }

    .btn-staff-area .staff-title {
        text-align: center;
        color: #D59357;
    }

.vertical-line {
    width: 2px;
    background-color: #4262F0;
    opacity: 0.2;
    height: 18px;
    position: absolute;
    left: 192px;
    top: 20px;
}
/*column flex*/
.flex, .flex1 {
    -webkit-flex: 1;
    flex: 1;
}

.btn-staff-area .btn-staff {
    height: 36px;
    width: 160px;
    background: #EE9230;
    color: white;
}

    .btn-staff-area .btn-staff .x-btn-inner-default-small {
        color: white;
        text-transform: uppercase;
    }

.login-form-container .cls-black {
    color: black;
}

.login-form-container .eye-noun {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #c5c5c5;
}

.login-form-container .ic-show {
    background-image: url('Images/Icon/ic_show.svg');
    background-repeat: no-repeat;
    top: 16px;
    width: 20px;
    height: 20px;
}

.login-form-container .ic-hide {
    background-image: url('Images/Icon/ic_hide.svg');
    background-repeat: no-repeat;
    top: 14px;
    width: 22px;
    height: 22px;
}

.login-form-container .paddingTop6 {
    padding-top: 6px;
}

.row-link-btn {
    display: flex;
    justify-content: center
}
/* style form đăng nhập nhanh */
.quick-login-panel {
    margin-top: 16px;
}

.ctn-login-recently {
    margin-bottom: 16px;
    height: 60px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    position: relative;
    cursor: pointer;
    display: flex;
}

    .ctn-login-recently .ctn-img-user {
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 10px;
    }

    .ctn-login-recently .main-user-info {
        width: calc(100% - 90px);
        align-self: center;
        padding-right: 8px;
    }

    .ctn-login-recently .fullName,
    .form-quick-login .fullName {
        text-align: left;
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* tên đơn vị tại danh sách acc*/
    .ctn-login-recently .organizationName {
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #7b7b7c;
    }
/*tên đơn vị ở form đăng nhập bằng acc đã lưu*/
.form-quick-login .organizationName {
    text-align: left;
    font-size: 14px;
    color: #7b7b7c;
}

.ctn-login-recently .icon-delete {
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 10px;
    top: 21px;
    background-image: url(/Content/Images/Icon/image-close.png);
    background-position: center;
    background-size: 12px;
}

.userImg-cls {
    height: 70px !important;
    width: 100% !important;
}

.img-user {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/Content/Images/Icon/ic_user.png);
    background-position-x: center;
}

.default-login-btn {
    margin-top: 20px;
}

.align-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.font-size15 {
    font-size: 15px !important;
}
/* ---------------------------*/

#snackbar {
    min-width: 250px;
    background-color: #f65335;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 20px;
    position: fixed;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top:-50px;
    font-size: 14px;
}

/* nhóm chức năng dành cho nhân viên */
.menu-wrap {
    position: absolute;
    left: auto;
    right: 0;
}

.arrow-down-btn {
    display: none;
    height: 20px;
    width: 20px;
    background: #0077C7;
    right: 0;
    position: absolute;
    top: -21px;
    background-image: url(/Content/Images/Icon/icon_chevron_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
    border-radius: 3px 0 0 3px;
}

.employee-group-cls {
    height: 152px;
    display: flex;
    transition: width 1s;
    -webkit-transition: width 1s;
    width: 20px;
}

    .employee-group-cls.sticky,
    .employee-group-cls:hover {
        width: 238px;
    }

        .employee-group-cls.sticky .arrow-btn-wrap,
        .employee-group-cls:hover .arrow-btn-wrap {
            visibility: hidden;
        }

.arrow-btn-wrap {
    background: #0077C7;
    height: 86px;
    border-radius: 3px 0 0 3px;
}

.employee-group-cls.hover {
    transform: translateX(0px);
}

    .employee-group-cls.hover .arrow-btn {
        /*display: none;*/
    }

.employee-group-cls .arrow-btn {
    width: 20px;
    height: 86px;
    background-color: #0077C7;
    margin-bottom: 1px;
    position: relative;
}

.employee-group-cls .arrow-btn {
    background: url('/Content/Images/Icon/icon_chevron_white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 5px;
    transform: rotate( 180deg );
}


.employee-group-cls .employee-groupContent {
    width: 218px;
    padding: 15px 0 15px 15px;
    background-color: #0077C7;
    border-radius: 3px 0 0 3px;
    color: #fff;
}

    .employee-group-cls .employee-groupContent span {
        font-size: 15px;
        white-space: nowrap;
    }

.employee-group-cls .button-wrap {
}

.employee-group-cls .btn-staff {
    width: 100%;
    border-radius: 3px 0 0 3px;
    border: none;
    background: #fff;
}

    .employee-group-cls .btn-staff .x-btn-button span {
        color: #0077C7;
    }

.error-mess {
    display: flex;
    margin-top: 5px;
    line-height: 6px;
}

.icon-warning {
    background: url('/Content/Images/Icon/ic_warning.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 16px;
    height: 16px;
    margin-right: 5px;
}

.login-body .icon-options-step2 {
    background-repeat: no-repeat;
    text-align: left;
    padding: 10px 0 10px 54px;
    background-position: 10px;
    border-radius: 8px;
}

.login-body .icon-envelope {
    background-image: url(/Content/Images/Icon/ic-envelope.svg);
}

.login-body .icon-device-mobile {
    background-image: url(/Content/Images/Icon/ic-device-mobile.svg);
}
.login-body .step2-options:hover {
    cursor: pointer;
    background-color: #E9E9E9;
}

.login-body .d-flex {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .login-form-container {
        height: 470px;
        width: 745px;
    }

    .login-body {
        width: 280px;
        margin: 12px auto;
    }

    .slider-bg-container {
        width: 372px;
    }

    .support-list {
        padding: 20px 0;
    }

    .footer {
        height: unset;
        padding: unset;
        display: flex;
        width: 300px;
        transform: translate(-50%, -50%);
    }

    .main-content-bound .m-row {
        margin-top: 8px;
    }

    .btn-staff-area {
        bottom: 0px;
        padding: 0px 0px 8px 22px;
    }

    .default-login-btn {
        margin-top: 12px;
    }

    .login-body .confirm-step2-row1 {
        font-size: 18px;
        text-align: center;
        margin-top: 0px !important;
        font-weight: bold;
    }

    .form-quick-login {
        margin-bottom: 0px !important;
    }

    .ctnLogin {
        display: flex;
        justify-content: center;
    }
}
