﻿body {
    background-color: White;
    color: #606164;
    font-family: "SomarSans-Regular", Sans-Serif;
}
html
{
     background-color:White;
    }

.header
{
    margin-top:20vh;
    }
.sub-header
{
    color:#622545;
    }
    
    a
    {
        color:#622545;
        text-decoration:none;
        }
    
    .footer1
    {
        height:50px;
        padding:10px;
        background-color:#622545;
        color:White;
        text-align:center;
         bottom: 0;
         position:absolute;
          width: 100%;
        
        }

.username,.password
{
    border:0px;
    height:50px;
    width:100%;
    
    
      
    
}
.innerdiv
{
    padding:0px 10px 0px 10px;
    /*background-color:Red;*/
    overflow:hidden;
 
    }

.form-container
{
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
border:1px solid #888888;
padding:0px;
margin-bottom:20px;

    }

input
{ outline:none; 
    
    }
    input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:focus
 { 
    background-color: White;
    color:#622545;
    
    
    border:0px;
   
}

.login-btn
{
    color:#888888;
    border:1px solid #888888;
    background-color:White;
   
    width:35px;
    height:35px;
    outline:none;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
       padding:0px;
      margin:6px 0px 0px 0px;
    }
    
    
    .login-btn:hover,.login-btn:focus
{
    color:white;
    
    background-color:#888888;
    
    }
    
    .hline
    {
       border-bottom:1px solid #888888;
       height:3px;
     
       
        }
    