.signin{
    display: block;  
    justify-content: center; 
    align-items: center;
    position: absolute;
    top: 8px;  
    right: 8px; 
    width: 300px;
    height: 94%;
    background: #13810a;       
    padding: 10px;
    border-radius: 12px;
}
.logo_gps{
    background: url(../img/pegps_logo.png) center no-repeat;
    background-size:160px 140px;
    width: 100%;   
    height: 140px;
}
.inputbox{
    width: 97%;
    height: 32px;
    padding: 6px;
    margin-top: 20px;
    /* display: grid;
    justify-items: center;
    justify-content: center;
    align-items: center; */
    background-color: #fff;
    border-radius: 6px;
}
.ic_username{
    background: url(../img/ic_user_50_50_1.png)#fff no-repeat;
    background-size: 20px 20px;
    background-position: 4px 4px;
    
}
.txt_username{
    width: 90%;
    margin-left: 24px;
    border: 0;
    font-size: 0.85em;
    outline: none;
    /* background-color: #fff !important;    */
} 

.ic_password{
    background: url(../img/ic_password_50_50_1.png)#fff no-repeat;
    background-size: 20px 20px;
    background-position: 4px 4px;
   
}
.ic_password_show{
    background: url(../img/ic_password_50_50_view_1.png)#fff no-repeat;
    background-size: 22px 20px;
    background-position: 2px 4px;
   
}
.ic_password_hide{
    background: url(../img/ic_password_50_50_hide_1.png)#fff no-repeat;
    background-size: 20px 20px;
    background-position:  2px 4px;
   
}

.txt_password{
    width: 80%;
    height: 24px;
    margin-left: 24px;
    border: 0;
    font-size: 0.85em;
    outline: none;
    float: left;   
}
.txt_password_show{
    width: 80%;
    height: 24px;
    margin-left: 24px;
    border: 0;
    font-size: 0.85em;
    outline: none;
    float: left;
    display: none;    
}
.d_show_hide_password
{
    width: 22px;
    height: 22px;  
    position: relative;  
    float: right;
    border: 0;
}
.remember{
    display: table;
    width: 97%;
    padding: 6px;
    margin-top: 10px;
    color: #fff;  
}
.remember label{
    width: 220px;
    float: right;
    text-align: right;
    font-size: 0.9em;
}
.remember input[type='checkbox']{
    width: 20px;
    float: right;
}
.btn_login{   
    display: table;
    width: 98%;   
    margin-top: 10px;
    background: #222; 
    color: #c9c6c6; 
    border-radius: 6px;   
    text-align: center;
    padding: 10px 0 10px 0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.06em;
    cursor: pointer;
}
.error{
    display: table;
    width: 98%;   
    border: 0;        
    color: #f50404;     
    text-align: center;
    padding: 10px 0 10px 0;  
    font-size: 1em;
    letter-spacing: 0.06em;
}   
.reset_password{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;   
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 0.85em;
    font-style: italic;
    padding: 3px 0 3px 0;
}
.app_download{
    position: absolute;
    display: flex;
    bottom: 0;
    padding: 0;
    width: 90%;  
    height: 40px;   
    justify-content: center;  
    align-items: center;
    background-color: transparent;
}

.ic_android{
    width: 80px;
    height: 30px;   
    text-align: center;   
    background: url(../img/ic_app_android.png) center no-repeat;
    background-size: 80px 28px;
    background-color: transparent;
}
.support{
    position: absolute;
    display: flex;
    bottom: 70px;
    padding: 8px;
    width: 90%;  
    height: 40px;   
    justify-content: center;  
    align-items: center;
}
.support > div{     
    float: left;
    margin: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 2px solid #222;
    box-shadow: 3px 2px 8px #f4f0f0;
    border-radius: 6px;
}
.ic_zalo{
    width: 30px;
    height: 30px;   
    text-align: center;   
    background: url(../img/ic_zalo_50_50_1.png) center no-repeat;
    background-size: 20px 20px;
    background-color: #fff;
}
.ic_telephone{
    width: 30px;
    height: 30px;    
    text-align: center;   
    background: url(../img/ic_telephone_50_50_1.png) center no-repeat;
    background-size: 20px 20px;
    background-color: #fff;
}
.ic_facebook_messager{
    width: 30px;
    height: 30px;   
    text-align: center;   
    background: url(../img/ic_facebook_messager_50_50_1.png) center no-repeat;
    background-size: 20px 20px;
    background-color: #fff;
}