body {
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    background: rgba(234, 234, 234, 1);
    margin: 0;
}

a, a:visited, a:active {
    text-decoration: none;
    cursor: pointer;
}

#ql-container {
    background: #fff;
    margin: 0 auto;
    width: 900px;
}

#ql-container.popup {
    width: 100%;
}

.box-header {
    position: relative;
    width: 100%;
    background: url('/modules/felixcommon/views/images/intro-bg-3x.png');
    background-size: 100% 100%;
}

.box-header img {
    width: 160px;
    top: 80px;

}

.box-header .logo {
    padding: 30px;
    text-align: center;
}

.slogan {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.slogan p {
    clear: both;
    margin-top: 0;
    padding-bottom: 30px;
    position: relative;
}

.referral span {
    padding: 10px 35px;
    background-color: #5AC8FA;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
    width: auto;
    color: #1D4DA0;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Open Sans';
}

.clearfix {
    clear: both;
}

.box-body {
    padding: 30px;
}

.box-body span {
    text-transform: uppercase;
    color: #1D4DA0;
    font-weight: bold;
    font-family: 'Open Sans';
}

.box-body .box-login {
    text-align: left;
    margin: 0 auto;
    position: relative;
    max-width: 350px;
}

.box-body .box-login span {
    font-family: 'Open Sans';
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    line-height: 35px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    text-transform: none;
    vertical-align: top;
    padding: 0 60px;
    font-weight: normal;
}

.box-body .box-login .item {
    text-align: center;
}

.box-body .box-login p {
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    margin: 0px;
    margin-bottom: 15px;
    width: 500px;
    text-align: left;

}

.box-body .box-login p a {
    display: block;
}

.box-body .box-login .phone-class {
    background: #55B983;

}

.box-body .box-login .facebook-class {
    background: #405A93;
}

.box-body .box-login .google-class {
    background: #CB4F40;
}

.box-body .box-login .item img {
    width: 30px;
    height: 30px;
    text-align: left;
}

.box-input .form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin: 0 auto;
}
.box-input {
    margin-top: 15px;
}
.box-input label {
    color: #000;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.box-input .error {
    color: red;
    margin: 8px 0 0;
    font-size: 14px;
}

.box-input.error .form-control {
    border-color: red;
}

.back-url {
    color: #666;
    font-size: 14px;
    position: absolute;
    top: -40px;
    left: 0;
}

.btn-primary {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #1a4797;
    background: #1a4797;
    min-width: 120px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.btn-primary:hover {
    cursor: pointer;
}

.actions {
    text-align: center;
    margin-top: 15px;
}

.forgot-password-text {
    padding: 20px 10px 0;
    margin: 0;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.box_password{
    max-width: 350px;
    /*height: 45px;*/
    margin: 0 auto;
    position: relative;
}
.style_icon_eye{
    position: absolute;
    right: 8px;
    top: 11px;
    /*bottom: 0px;*/
    /*margin: auto;*/
    cursor: pointer;
}

.banned-account-popup__container {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
}

.banned-account-popup__wrapper {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 155px;
    width: 95%;
    max-width: 500px;
}

.banned-account-popup__wrapper .banned-account-popup__header {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    padding: 16px;
}

.banned-account-popup__header .banned-account-popup__heading {
    color: #1B1E21;
    font-size: 16px;
    font-weight: bold;
}

.banned-account-popup__header .banned-account-popup__icon {
    align-items: center;
    display: flex;
    margin-right: 10px;
}

.banned-account-popup__header .banned-account-popup__icon img {
    height: 24px;
    width: 24px;
}

.banned-account-popup__wrapper .banned-account-popup__content {
    color: #212529;
    font-size: 14px;
    padding: 16px;
    line-height: 1.5;
}

.banned-account-popup__wrapper .banned-account-popup__controller {
    align-items: center;
    display: flex;
    flex-flow: row-reverse nowrap;
    padding: 4px 16px 16px;
}

.banned-account-popup__controller .banned-account-popup__btn {
    background-color: #1A4797;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    min-width: 96px;
}

.banned-account-popup__controller .banned-account-popup__btn:hover,
.banned-account-popup__controller .banned-account-popup__btn:focus-within,
.banned-account-popup__controller .banned-account-popup__btn:focus-visible {
    text-decoration: none;
}

/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {

}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
    #ql-container {
        width: 100%;
    }

    .box-header img {
        width: 130px;
    }

    .box-header .logo {
        padding: 40px 0 15px 0;
        float: none;
        width: auto;
        text-align: center;
    }

    .slogan {
        float: none;
        font-size: 16px;
        width: auto;
        text-align: center;
        padding: 10px 15px;
    }

    .slogan p {
        margin: 0;
    }

    .referral span {
        font-size: 16px;
    }

    .box-body {
        font-size: 16px;
    }

    .box-body .box-login {
        width: 100%;
    }

    .box-body .box-login p {
        width: 300px;
    }

    .box-body .box-login span {
        padding: 0;
        font-size: 16px;
        vertical-align: top;
        padding-left: 10px;
    }

    .box-input .input-group {
        width: 100% !important;
    }

    .box-input .form-control {
        width: 100% !important;
    }

    .back-url {
        top: -30px;
    }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 480px) {
    #ql-container {
        width: 100%;
    }

    .box-body {
        padding: 15px;
        font-size: 13px;
    }

    .box-header {
        height: auto;
        padding-bottom: 30px;
    }

    .box-header .logo {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .referral {
        margin-top: 20px;
    }

    .box-body .box-login p {
        width: 245px;
    }

    .box-body .box-login span, .referral span, .slogan p {
        font-size: 13px;
    }

}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {

}

/*Smart phone nhỏ*/
@media screen and (max-width: 240px) {

}
