﻿



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Open Sans, sans-serif;
}



/*---------------------------------------------*/
a {
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #0078d4;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

#RememberLogin {
    width: 15px;
    height: 15px;
    transform: translateY(1.8px);
}

div.text-center.p-t-12 {
    display: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2 {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: .5; */
    width: 100%;
    height: 100%;
    filter: blur(4px);
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    background: rgba(44, 63, 88, 0.9) url(../images/bg-login.png) center center fixed;
    background-size: cover;
}



.page-header.logged-out {
    background: #FFFFFF;
    padding: 8px 24px;
    border-radius: 8px;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
    width: 400px;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(42, 99, 246, 0.1);
    border-radius: 16px;
    padding: 20px 44px;
}

/*---------------------------------------------*/
.wrap-input100 {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
    border: 1px solid #0078d4;
    border-radius: 5px;
}

.input100 {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    display: block;
    width: 100%;
    background: #FFFFFF;
    height: 50px;
    border-radius: 5px;
    padding: 3px 30px 0 68px;
    font-family: 'Google Sans', 'Roboto', Tahoma, Arial, sans-serif;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
    display: block;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(0,120,212,0.8);
}

.input100:focus + .focus-input100 {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100 {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 28px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
    color: #0078d4;
    font-size: 22px;
    padding-left: 26px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 100%;
    border-radius: 12px;
    background: #2A63F6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 14px 32px;
}



/*------------------------------------------------------------------
[ Responsive ]*/



/*------------------------------------------------------------------
[ Alert validate ]*/
.validation-summary-errors li {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

    .validation-summary-errors li:before {
        content: "\f06a";
        font-family: FontAwesome;
        display: block;
        position: absolute;
        color: #721c24;
        font-size: 15px;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

body > div > div > div > div > div > div > h2 {
    color: transparent;
}

    body > div > div > div > div > div > div > h2 > img:after {
        content: " Chào mừng tới hệ thống quản lý văn bản";
        /* -webkit-text-stroke: 0.5px white; */
        /* white-space: pre-wrap;
    text-transform: uppercase;
    display: block;
    visibility: visible;
    font-size: 28px; */
        color: #194587;
        /* line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 30px; */
    }



.google-play-qr, .app-store-qr {
    width: 110px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0;
}

    .google-play-qr {
        background-image: url(/themes/images/qr-android-new.png);
    }

    .app-store-qr {
        background-image: url(/themes/images/qr-iso-new.png);
    }

/* NEW CSS */
.title-login-page {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 32px;
    text-align: center;
}
.logo-login-page{
    margin-bottom: 8px;
}
.logo-login-page img{
    width: 120px;
}

.login-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.wrap-login100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: rgba(225, 255, 255, 0.8);
    border-radius: 24px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.wrap-login100 .error-page .alert {
    width: 100%;
    border-radius: 12px;
    margin: 12px 0;
    border: 2px dashed;
}

.wrap-login100 .error-page .col-6 {
    width: 100% !important;
	padding: 0 !important;
}

.sufix-input{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 16px;
    right: 8px;
    cursor:pointer;
}

.remember-login {
    margin-bottom: 8px;
}

.new-app-download {
    width: 400px;
}
.new-app-download .title-qr-code {
    display: flex;
    align-items: center;
}
.new-app-download .title-qr-code .line{
   height: 1px;
   width: 100%;
   border-bottom: 2px solid #FFFFFF;
}
.new-app-download .title-qr-code .text-qr{
    color: #FFFFFF;
    white-space: nowrap;
    margin: 16px 0;
}
.qr-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qr-item {
    display: flex;
    flex-direction: column;
    padding: 8px 32px;
    background: white;
    box-shadow: 0px 8px 16px rgba(42, 99, 246, 0.1);
    border-radius: 16px;
    font-size: 14px;
    color: #000;
}
.qr-item .description {
    display: flex;
    align-items: center;
    justify-content: center;
}

