﻿   
html, body {
    margin:0;
    padding:0;
    height: 100%;
    width: 100%;
}

body {
    background:white;
}

.top-bar {
    height: 60px;
    background-color: #2b2b2b;
    top: 0px;
    width: 100%;
}

.top-bar2{
    height: 20px;
    background-color: #3668c9;
    width: 100%;
 }

.loginPostion {
    display: flex;
    position: relative;
    overflow: auto;
    transform: translatey(50%);
    justify-content: center;
}

.loginPostion img{
    margin-bottom:auto;
}

#login_box {
      
    position: relative;
    margin-left:20px;
    background-color:#efefef;   
    border:1px solid #b5b5b5;
    padding-bottom:10px;
    border-radius:4px;

}


#login_box label {
    display:inline-block;
    padding-top:7px;

}

#staylogIn label{
    padding-top:0px;
}

#login_box div {
    clear:both;
    padding:10px;
}

.login_field {
    margin-left:5px;
    float:right;
   width:250px;
    height:20px;
    border:1px solid #b5b5b5;
    border-radius:4px;
}

#resetPswd{
    font-size:12px;
    margin-top:10px;
    color:#4f97d1;
    text-decoration:none;
    padding-right:4%;
     
}

.restPwd{
    text-align:right;
    padding-top:10px;
}
.btn{
    border: none;

}

#btnLogin, #btnPwReset {
    background-color: #4f97d1;
    border: none;
    color: white;   
    font-size: 13px;
    border-radius: 4px;
    height: 42px;
    width: 100px;
    padding-top:5px;
}

#staylogIn{
    display: inline-block;
    text-align:center;
    font-size:13px;
    /*padding:4px;*/
    /*margin-left:125px;*/
    height:20px;
    /*float:left;*/
    background-color:#DDDBDB;
    border:1px solid #b5b5b5;
    color:#565353;
    border-radius:4px;
}

.chkStayLogIn label { 
    position: relative; 
   /*margin-left: 5px; */
    top: -2.5px; 
} 

.validatorError {
    color: red;
    postion:relative;
}

.gridLayout-footer {
    flex: 0; /* 2 */
    height: 20px;
    background-color: #2b2b2b;
    color: white;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    bottom:0px;
    width: 100%;
    position:fixed;
}