/* Minification failed. Returning unminified contents.
(55,38): run-time error CSS1046: Expect comma, found '255'
(55,46): run-time error CSS1046: Expect comma, found '/'
(85,40): run-time error CSS1046: Expect comma, found '0'
(85,44): run-time error CSS1046: Expect comma, found '/'
 */
/*--------------------------------------------------------
    Login Page
----------------------------------------------------------*/
body.body-page-login {
    padding: 0px;
    background: #fff;
}
.page-login {
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.page-login:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../assets/Images/page/theme-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
}

/*------------ Text Title ------------*/
.page-login .content-group {
    display:table;
    float:none;
    margin:-60px auto 0px;
}
.page-login .detail-frame {
    padding: 0px 15px 25px;
    position: relative;
    z-index: 1;
    width: 100%;
    clear: none;
    text-align:center;
}
.page-login .signin-text-title {
    margin: 0px auto;
    width: auto;
    display: inline-block;
    position: relative;
}
.page-login .signin-text-title .text-title {
    /*padding-left: 120px;*/
    padding-top: 5px;
}
.page-login .detail-frame .text-title h1, .page-login .detail-frame .text-title h4 {
    font-size: 26px;
    font-weight: bold;
    color:#1042A5;
    letter-spacing: 1px;
    text-shadow: 0px 0px 8px rgb(255 255 255 / 20%);
}
.page-login .detail-frame .text-title h1 {
    font-size: 40px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-login .signin-text-title .img-logo {
    display: inline-block;
    /*position: absolute;
    left: 0px;
    top:-5px;*/
}
.page-login .signin-text-title .img-logo img {
    height: 100px;
    width: auto;
    max-width: 100%;
}

/*------------ Login Frame ------------*/
    .page-login .login-frame {
        height: auto;
        position: relative;
        z-index: 1;
        width: 450px;
        display: inline-block;
        clear: none;
        margin: 0px auto;
        background-color: #fdfdfd;
        border-radius: 10px;
        box-shadow: 0px 5px 20px rgb(0 0 0 / 6%);
    }
.page-login .login-frame .formsignin {
    width: 100%;
    max-width: 370px;
    background: transparent;
    border: none;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 18px 15px 0px;
    border-radius: 0px;
    z-index: 1;
    position: relative;
}
.page-login .login-frame .formsignin h3 {
    color: #de5c8e;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    font-size: 26px;
}
.page-login .login-frame .formsignin label {
    color: #de5c8e;
}
.page-login .login-frame .formsignin .form-group {
    margin-bottom: 10px;
}
/*.page-login .login-frame .formsignin .form-group .form-control {
    background: transparent;
    color: #646464;
    outline: none;
    border: none;
    border-bottom: 1px solid #646464;
    border-radius: 0px;
    transition: all ease .3s;
    box-shadow:none;
}
.page-login .form-frame .formsignin .form-group .form-control:focus,
.page-login .form-frame .formsignin .form-group .form-control:-webkit-autofill {
    background: rgb(219 97 143 / 0.6) !important;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0px -1px 2px #fda8c8;
}
.page-login .form-frame .formsignin .form-group input:-webkit-autofill::first-line {
    font-family: 'ThaiSansNeue', sans-serif !important;
    font-size: 22px;
}
.page-login .form-frame .formsignin .form-group input:-webkit-autofill,
.page-login .form-frame .formsignin .form-group input:-webkit-autofill:hover,
.page-login .form-frame .formsignin .form-group input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: inset 0px -1.2px 1px #fda8c8, 0 0 0px 1000px rgb(219 97 143 / 0.9) inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
::placeholder {
    color:#ddd!important;
    opacity: 1;
  }
:-ms-input-placeholder {
    color:#ddd!important;
}
::-ms-input-placeholder {
    color:#ddd!important;
}

.form-control:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    border-bottom: 1px solid #646464;
}*/
.btn-login-group {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.btn-login {
    background: #eaa1a2;
    min-width: 150px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    color: #fff !important;
    margin: 10px 5px 0px;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px !important;
}
.btn-login:hover {
    background: #444;
    color: #fff !important;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.copyright {
    display:inline-block;
    position:absolute;
    bottom:10px;
    right:30px;
}
.copyright p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #82aacc;
}
/*--------------------------------------------------------
    Start: Responsive
----------------------------------------------------------*/
    @media (max-width: 1199px) and (min-height: 769px) {
    }

    @media (max-width: 1199px) and (max-height: 769px) {
    }

    @media (max-width: 1199px) {
    }

    @media (max-width: 991px) {
        .page-login .content-group {
            margin: 20px auto 0px;
        }
    }
    /* iPad*/
    @media (max-width: 769px) {
        .page-login .content-group {
            margin: -50px auto 0px;
        }
        
    }

    @media (max-width: 769px) and (max-height: 481px) {

    }

    @media (max-width: 767px) {
        .page-login .content-group {
            margin: 20px auto 0px;
        }
    }
    /* Smartphone*/
    @media (max-width: 569px) {
    }

@media (max-width: 481px) {
    .page-login .content-group {
        width: 92%;
        margin-top: -40px;
    } 
    .page-login .login-frame .formsignin .form-group {
        padding:0px;
    }
    .page-login .login-frame {
        width: 100%;
    }

}

    @media (max-width: 414px) {
    }
    /* iPhone6*/
    @media (max-width: 376px) {
        .page-login .signin-text-title .img-logo img {
            height: 80px;
        }
    }
    /* iPhone4,5*/
    @media (max-width: 321px) {

    }
    /*--------------------------------------------------------
    End: Responsive
----------------------------------------------------------*/
