/* CSS Document */

/*body, html{ height:100%;}*/
body{ color:#FFFFFF;}

.login-sec{ height:100%;}

.background{ background:url(images/bg-1.jpg) no-repeat center; background-size:cover; height:100vh;}
.background2{ background:url(images/bg-2.jpg) no-repeat; background-size:cover; height:100vh;}
.background3{ background:url(images/bg-3.jpg) no-repeat center top; background-size:cover; height:100vh;}
.background4{ background:url(images/bg-5.jpg) no-repeat center center; background-size:cover; height:100vh;}

.login-box{ 
/*	position: absolute;
    top: 48%;    
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
 
	
	}

.login-box .panel{ background:none; border:none;}

.login-box .profile-img {margin-bottom:50px;}
.login-box .input-group-addon { background:none; color:#FFFFFF; border:none; font-size:24px; padding:10px 20px; padding-right:10px;}
.login-box .form-control{ background:none; border:none; font-size:17px; color:#fff!important; border-radius:23px; padding:22px; padding-left:10px; }
.login-box .form-group{border-radius: 23px; border:1px solid #67879E; margin-bottom:24px;}
.panel-footer { position:absolute; bottom:0; width:100%; text-align:center; background:none; border-top:1px solid #455968; padding:20px 0;}
.login-btn {border-radius: 23px; border:none; padding:12px; font-size:20px; background:#336CA4;}


