body{background: url('../img/login-bg.jpg') no-repeat;}
.top{color:#ffffff; padding-top: 100px;}
.box{width:555px; padding:0;margin:0; background: #ffffff; margin:0 auto;border-radius: 10px;}
.box-header{padding:20px;}
.box-header i{padding-right:15px;}
.box-header .desc{font-size: 13px;}
.box-content{background: #eee;padding:25px; border-bottom-right-radius: 10px; border-bottom-left-radius:10px; }
.box-content button{font-size:18px;}
.box-content .form-control{height:50px;}
.alert {margin-bottom: 0px;}
@media (max-width: 767px){
	.box{width:100%;}
}
.footer{color:#eee;}