/*
Author: Dương Quốc Hưng
Copyright By DQH.VN
*/
/* 
    Created on : Feb 18, 2018, 1:31:51 PM
    Author     : DQHUNG
*/
html {
  height: 100%
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: tahoma;
}

.top_loginbox
{
    display: inline-block;
    width: 320px;
    font-family: tahoma;
    font-size: 14px;
    color: #5481c2;
    font-weight: bold;
    text-shadow: 0px -1px 1px #999;
    text-align: center;
    padding: 20px 8px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(255,255,255,0.2);
}

.login_info_content
{
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center;
}

.login_content
{
    display: inline-block;
    width: 320px;
    margin-bottom: 20px;
    border: 1px solid #b1c2e4;
    background-color: #fff;
    box-shadow: 1px 1px 1px 2px #5481c21c;
}

.login_form
{
    display: inline-block;
    padding: 5px 20px;
    font-family: tahoma;
}

.login-box-cell
{
    display: inline-block;
    width: 280px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0px 0px 5px 5px;
    padding: 20px 25px;
    font-family: tahoma;
    font-size: 13px;
    line-height: 24px;
    color: #5481c2;
    text-align: center;
}

.login_copyright
{
    display: inline-block;
    font-family: tahoma;
    font-size: 12px;
    color: #222;
    margin-top: 10px;
    margin-bottom: 20px;
}


.user-image
{
    width: 150px;
    height: 150px;
    border-radius: 60px 60px;
    background-size: cover;
    padding: 10px;
    border: 4px solid #3C5874;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px
}

.user-account-name
{
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: tahoma;
    color: #3C5874;
    width: 100%;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 10px;
}

a
{
    color: blue;
    text-decoration: none;
    font-family: tahoma;
    font-size: 13px;
}

a:hover
{
    color: #9999ff;
    text-decoration: underline;
}
            
            
/* Field Top */
.group-field-top
{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.group-field-top .group-field-label
{
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #666;
    
    font-family: tahoma;
    
    font-size: 13px;
    text-align: left;
    width: 100%;
}

.group-field-top .group-field-label.dark
{
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #333;
    
    font-family: tahoma;
    
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    
}

.group-field-top .group-field-label label
{
    display: block;
    width: 100%;
}

.group-field-top .group-field-input
{
    float: left;
    width: 100%;
}

.group-field-top .group-field-input input
{
    margin-bottom: 5px;
    width: 100%;
}

.group-field-top .group-field-input .help-message
{
    color: #990000;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 5px;
    text-indent: 10px;
}

.group-field-top .group-field-input .img
{
    max-width: 80px;
    max-height: 80px;
}

.group-field .group-field-input .static
{
    font-weight: bold;
    color: #333;
    font-size: 13px;
    font-family: tahoma;
    border-bottom: 1px dashed #999;
}

/* Field Normal */
.group-field
{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.group-field .group-field-label
{
    float: left;
    margin-right: 1%;
    color: #333;
    
    font-family: tahoma;
    
    font-size: 13px;
    text-align: left;
    width: 18%;
}

.group-field .group-field-label label
{
    display: block;
    width: 100%;
    font-weight: bold;
}

.group-field .group-field-label span, .group-field.light .group-field-label span
{
    display: block;
    width: 100%;
    text-align: justify;
    color: #666;
    font-style: italic;
}

.group-field .group-field-input
{
    float: left;
    width: 80%;
}

.group-field .group-field-input input
{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.group-field .group-field-input .help-message
{
    color: #990000;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 5px;
    text-indent: 10px;
}

.group-field i
{
    color: #888;
}

.dqh-checkstate
{
    float: left;
    padding: 1px 5px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
    
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.dqh-checkstate.active
{
    border: 2px solid rgb(76, 218, 100);
    background-color: rgb(76, 218, 100);
    color: #fff;
}

@media (max-width: 780px)
{
    .login_info_adv
    {
        display: none;
    }
    
    .login_info_content
    {
        float: left;
        width: 100% !important;
        margin-left: auto !important;
        
    }
    
    .login_content
    {
        margin: auto !important;
        width: 320px !important;
    }
}