*{/*font-family: 'lato' !important;*/
    font-family: 'Lato', sans-serif;
}
html
{     
    position: relative;
    min-height: 100%;
    width: 100%;


}
body {
    margin-bottom: 60px;
    background-color: #f1f1f1; 
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 53px;  
    z-index: -1;	
    background-image: url("loginbg.jpg");
}
body:before 
{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background:url(loginbg.jpg);
    background-size: cover; 
    z-index: -2;
    /* -webkit-filter: blur(3px);*/
    /* background-size: 150% 100%;*/
}
.bgcolor{background-color:#013145;padding-top: 10px;padding-bottom: 20px;    border-radius: 15px;}

.topmargin{/*margin-top:16em;*/
    margin-top: 190px;
    margin-right: 75px;
    margin-left: 408px;}
.textColor{color:#fff;
           /*text-shadow: 1px 1px 8px rgba(150, 150, 150, 1);*/}
.form{text-align:center}.form form h2{text-shadow: 1px 1px 8px rgba(150, 150, 150, 1);}
#inputEmail, #inputPassword{margin-bottom:5px;margin-bottom: 9px;
                            padding: 17px;} 	

.form-control:focus{border-color:#0e7dbf}
a .Forgottenpassword{ color: #000;}
a:hover .Forgottenpassword{ color: #000 !important;text-decoration:underline}
a{color:#fff !important}	
.loginbtn{background-color: #ed1b24;color: #fff !important;}	
a{ font-weight: 400;/*text-shadow: 1px 1px 8px rgba(150, 150, 150, 1);*/
}


