/* ===== Css Login =====*/
body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Meiryo", "ăƒ¡ă‚¤ăƒªă‚ª", "ï¼­ï¼³ ï¼°ă‚´ă‚·ăƒƒă‚¯", "MS PGothic", "ăƒ’ăƒ©ă‚®ăƒè§’ă‚´ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Sans-Serif, serif;
    font-size: 14px;
}

a, a:hover {
    text-decoration: none !important;
}

a:hover {
    color: #1abc9c !important;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.login {
    background-color: #F7F7F7;
}

.jil-form-ctn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 95vh;
    position: relative;
}

.jil-form-ctn:before, .jil-form-ctn:after {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: '';
    display: block;
    height: 24px;
}

.jil-form-ctn form#idLoginForm {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 0;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    max-width: 400px;
    padding: 15px 15px 40px 15px;
    background-color: #fff;
    position: relative;
    min-height: 0;
}

.jil-form-ctn form#idLoginForm h1 {
    box-sizing: border-box;
    padding: 20px;
    background-color: #2A3F54;
    text-align: center;
    margin: -15px;
    color: #fff;
    font-size: 30px;
}

.jil-form-ctn form#idLoginForm h1 img {
    margin-right: 10px;
}

.jil-form-ctn form#idLoginForm input {
    margin: 20px 0;
    width: 100%;
    display: block;
    border: none;
    padding: 25px 0 10px;
    border-bottom: solid 1px #1abc9c;
    transition: all 0.8s cubic-bezier(0.64, 0.09, 0.08, 1);
    background-size: 740px 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #1abc9c 4%) no-repeat -740px 0;
    color: #5A738E;
    text-transform: lowercase;
    box-shadow: none;
    border-radius: 0;
}

.jil-group-pass {
    position: relative;
}

.jil-group-pass span.jil-show-password.hide-eye,
.jil-group-pass span.jil-show-password.show-eye {
    position: absolute;
    top: 19px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}

.jil-group-pass span.jil-show-password.hide-eye:before,
.jil-group-pass span.jil-show-password-confirm.hide-eye:before {
    font-family: 'FontAwesome', serif;
    content: "\f070";
}

.jil-group-pass span.jil-show-password.show-eye:after,
.jil-group-pass span.jil-show-password-confirm.show-eye:after {
    font-family: 'FontAwesome', serif;
    content: "\f06e";
}

.jil-form-ctn form#idStaffCreateForm .form-group {
    margin-left: 0;
    margin-right: 0;
}

.jil-form-ctn form#idLoginForm input#idEmail {
    margin-top: 50px;
}

.jil-form-ctn form#idLoginForm input:focus,
.jil-form-ctn form#idLoginForm input:valid {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
}

.jil-form-ctn form#idLoginForm input:focus::-webkit-input-placeholder,
.jil-form-ctn form#idLoginForm input:valid::-webkit-input-placeholder {
    color: #1abc9c;
    font-size: 11px;
    transform: translateY(-20px);
    visibility: visible !important;
}

.jil-form-ctn form#idLoginForm button#idBtnSubmit {
    border: none;
    background: #2A3F54;
    cursor: pointer;
    border-radius: 3px;
    padding: 10px 50px;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
}

.jil-submit-reset a {
    padding-top: 10px;
    color: #2A3F54;
    font-size: 12px;
}

.jil-submit-reset, .jil-btn-social {
    text-align: center;
    margin: 20px 0;
}

.jil-submit-reset .jil-reset-pass {
    color: #337ab7;
}

.jil-btn-social img:hover {
    opacity: 0.7;
}

.jil-submit-reset ul, .jil-btn-social ul {
    padding-left: 0;
}

.jil-submit-reset ul li:first-child {
    float: left;
}

.jil-submit-reset ul li:last-child {
    float: right;
}

.jil-submit-reset li {
    list-style: none;
}

.jil-btn-social li {
    list-style: none;
    display: inline-block;
    padding-right: 5px;
}

.line-top {
    border-top: 1px solid #cdcdcd;
    width: 80%;
    margin: 20px auto;
}

.jil-view-bottom p {
    color: #73879C;
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}

.jil-view-bottom p a {
    font-size: 12px;
    margin: 10px 15px 0 0;
    color: #337ab7;
}

#idDisplayError {
    position: absolute;
    top: 98px;
    left: 15px;
    color: red;
}

.jil-footer-form ul {
    padding-left: 0;
}

.jil-footer-form ul li {
    list-style: none;
}

.jil-footer-form ul li a {
    font-size: 12px;
    color: #5A738E;
}

.jil-footer-form ul.jil-slt-lang {
    float: left;
}

.jil-footer-form ul.jil-slt-lang button {
    background-color: #e6e6e6;
    outline: none;
    width: 130px;
}

.jil-footer-form ul.jil-slt-lang .bootstrap-select .btn:focus {
    outline: none;
}

.jil-footer-form ul.jil-slt-lang a {
    outline: none;
}

.jil-footer-form ul.jil-link {
    float: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.jil-footer-form ul.jil-link li {
    display: inline-block;
    margin-left: 10px;
}

.btn-group.bootstrap-select {
    position: relative;
    outline: none;
    margin-bottom: 0 !important;
}

.jil-submit-reset label {
    cursor: pointer;
    color: #2A3F54;
    font-weight: normal;
    font-size: 12px;
}

.jil-submit-reset label input[type=checkbox] {
    display: none !important;
}

.jil-submit-reset label input[type=checkbox]:checked + span:before {
    content: '\2714';
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 24px;
    color: #1abc9c;
}

.jil-submit-reset label span {
    height: 16px;
    width: 16px;
    border: 1px solid #1abc9c;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -4px;
}

ul.jil-slt-lang img {
    margin-top: -3px;
    margin-right: 5px;
}

.jil-footer-form .jil-slt-lang select.selectpicker {
    display: none !important;
}

div#warning-alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
}

.text-red {
    color: red;
}

/*====== Form Reset Password =========*/
.jil-form-ctn form#idStaffCreateForm {
    max-width: 760px;
    margin: 0 auto;
}

.txtAbout {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    font-size: 1em;
}

.titleFormReset {
    margin-bottom: 20px;
    color: #2A3F54;
    font-weight: bold;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 10px;
}

.titleFormReset span {
    color: #1ABB9C;
}

#idStaffCreateForm label {
    display: block;
}

#idStaffCreateForm .form-group {
    padding: 25px 70px 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #f5f5f4;
}

#idStaffCreateForm input {
    box-sizing: border-box;
    padding: 9px 7px;
    border: solid 1px #b8b9b6;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
}

#idStaffCreateForm button {
    border: none;
    background: #2A3F54;
    border: 1px solid #2A3F54;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px 50px;
    color: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
    font-size: 15px;
    font-weight: bold;
    width: 65%;
}

#idStaffCreateForm button:hover {
    color: #2A3F54;
    border: 1px solid #2A3F54;
    background-color: #fff;
}

#idStaffCreateForm .jil-group-code,
#idStaffCreateForm .jil-group-pass {
    display: block;
    clear: both;
}

#idStaffCreateForm .jil-group-pass span.jil-show-password.hide-eye,
#idStaffCreateForm .jil-group-pass span.jil-show-password.show-eye,
#idStaffCreateForm .jil-group-pass span.jil-show-password-confirm.hide-eye,
#idStaffCreateForm .jil-group-pass span.jil-show-password-confirm.show-eye {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
}

.txt-danger.alert-danger{
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    font-size: 1em;
}


@media screen and (max-width: 768px) {
    .jil-form-ctn {
        position: static;
        min-height: 100vh;
        -webkit-flex-direction: inherit;
        flex-direction: column inherit;
    }

    .idLoginForm {
        min-height: 100vh;
    }

    .jil-footer-form {
        position: absolute;
        bottom: 0;
        width: 92%;
    }

    .jil-form-ctn form#idLoginForm {
        max-width: 100%;
    }

    /*===== Form Reset ======*/
    #idStaffCreateForm .form-group {
        padding: 10px;
    }
}

@media screen and (max-width: 319px) {
    .jil-form-ctn {
        width: 320px;
        overflow-x: auto;
    }
}
