*{
    padding: 0px;
    margin: 0px;
    font: 11px Arial, Helvetica, sans-serif;
}
html,body {
    background: #FFFFFF; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    width: 100%;
    height: 100%;        
}

section{    
    margin-left: auto;
    margin-right: auto;    
    width: 800px;
    height: -moz-calc(100% - 78px);
    height: -webkit-calc(100% - 78px);
    height: -o-calc(100% - 78px);
    height: calc(100% - 78px); 
  
display: flex;
justify-content: flex-end;
align-items: center;
}
#login{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 13px;  
    color: #505050;   
    width: 300px;
    border-left-style:solid;border-left-color:#e0e0e0;border-left-width: 1px ; 
    padding-left: 60px; 
}
section div img{
    width: 80px; 
    margin: 10px; 
    float: left;
}
section div h1{
    padding-top: 0px;
    padding-bottom: 0px;
    color: #0078D4;
    font-size: 36px;
}
section div h2{
    padding-top: 0px;
    padding-bottom: 0px;
    color: #0078D4;
    font-size: 12px;
}
footer{
    height: 78px;
    background-color: #F3F2F1;
display: flex;
justify-content: center;
align-items: center;    
}
footer div{
    width: 800px;

    font-size: 16px;
    font-style: italic;
    line-height: 20px;
    color: #7a707b;
    text-align: right;
    font-weight: bold;
}
footer img{
    height: 40px;
}
footer a:link , a:active ,a:visited {
    line-height: 10px;
    font-size: 12px;    
    font-weight:none;
    text-decoration: none;
    color: #0078d4;
    margin-left: 25px;
}
footer a:hover {
    color: #1f5c88;
    text-decoration: underline;
}
input{
    background-color: #FFFFFF;
    color: #000000;
    width: 280px;
    height: 30px;
    line-height: 30px;
    font-size: 13px; 
    padding-left: 10px;  
    border-style:solid;border-color:#c3c1c4;border-width: 1px ;   
    outline: none; 
    margin-top: 10px;
}
input:focus{
border-style:solid;border-color:#0078D4;border-width: 1px ;   
}

#submit{
    background-color:#0078D4; 
    color: #FFFFFF;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; 
    font-weight: bold;    
    border-style:solid;border-color:#edebe9;border-width: 1px ;     
    outline: none; 
    margin-top: 10px;
    padding-left: 0px;  
}
#submit:hover,#submit:focus{
    background-color:#004d88;
    border-style:solid;border-color:#c0c0c0;border-width: 1px ;   
}
#msg{
    margin-top: 10px;
    font-size: 13px;
    color: #DD0000;
    line-height: 20px;
    padding-left: 0px; 
    border-style:solid;border-color:#c0c0c0;border-width: 0px ;
}