html, body {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #757575;
    overflow-x: hidden;
    /* background: #ffffff; */
    width: 100%;
    height: 100%;
}
body *{zoom:1;}
.background {
    position: absolute;
    overflow: hidden;
    z-index: -10;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.aero:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: '';
    -webkit-filter: blur(4px) brightness(1.0);
    filter: blur(4px) brightness(1.0);
    clip-path: inset(0);
}
#page-header {
	background-color: #18449b;
	border-bottom: 2px solid #505050;
	color: #505258;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#page-header .title{
    font-family: 'times new roman';
    text-shadow: 2px 2px 0 #fff;
	font-size: 50px;
	margin: 27px 0
}
.login-content{
	/* border: 1px solid #18449b; */
    border-radius: 5px;
	width: 375px;
    position: relative;
	margin: 5px auto;
    /* box-shadow: 0 0 3px #ccc; */
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4), 0px 0px 150px rgba(0,0,0,0.4)
}
.login-body{
    background: rgba(255,255,255,0.8);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
center.logo{
    background-color: #18449b;
    background: rgba(0,0,0,0.1);
    padding: 15px 0
}
center.logo img{height: 90px;}
.sub-title{
	color: #a68e60;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin: 0;
}
section.login_content{
	padding: 20px;
}
.input-group {
    margin-bottom: 10px;
}
.btn-default, .btn-default:hover{
    background-color: rgba(0, 0, 0, 0.29);
    border-color: rgba(0, 0, 0, 0.03);
}
.form-control{
    border-color: #bbb;
}
.reset_pass{color:#232323;}
.btn-login{
    color:#fff;
    background: #0c255b;
    border-color: #1c3c84;
    padding: 10px 45px
}
.btn-primary:hover{
  background: #1c3c84;
  border-color: #0c255b;
}
.form-control{padding: 20px 12px}
.my-icon{color:#fff; font-size: 27px; width: 20px;}
.footer{
	border-top: 1px solid #081e51;
	text-align: center;
	padding: 15px;
}
.footer p{color:#bbb; margin: 0}
@media (max-width: 400px){
    .login-content{ width: 100%;border:1px solid #1c3c84}
}
