﻿body
{
    background-color: #F7F7F7;
}


#body-main
{
    background-color: #F7F7F7;
}

#login {
    padding-top: 20px;
    background-color: #F7F7F7;
}
#login .form-wrap {
    max-width:500px;
    margin: 0 auto;
}


#login h1 {
    color: #155c86;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}     

.top-logo
{
    max-width:500px;
    margin: 0 auto;
    display:cell;
    color:white;
    font-size:18px;
    text-align:center;
}

.logo-set
{
    margin: 0 auto;
    margin-bottom:5px;
}

.company-head
{
    max-width:500px; 
    margin: 0 auto;
    display:cell;
    color:#2e6da4;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: normal;
    text-align:center;
    
}

.login-main
{
    background-color:white;
    padding:15px 25px;
    color:rgb(115, 135, 156);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.login-head
{
    font:20px;
    font-family:Helvetica,Arial,sans-serif;
    letter-spacing: -.05em; 
    line-height: 5px; 
    margin: 5px 0; 
    color: #2e6da4;
}

.btn-forget-pwd
{
    
margin: 0 auto;
text-align:center;
color: #006081;
font-family :Segoe UI; 
font-size: 9pt; 
font-weight: bold; 
background-color: white  ;
height: 2.142em;
min-width: 6em;
line-height: 142%;
border:none;
}
    
.powered-by
{
    font-size: 9pt;
    margin: 0 auto;
    text-align:center;
}
    
    
    
.signin
{
    width:90%;
    text-align:center;
    margin:0 auto;
}
