@charset "utf-8";
/* CSS Document */
.form-signin{
	background: none;
}

.login-wrap{
	background: rgba(255,255,255,0.8);
}

.login-wrap .logo{
	text-align: center;
	height: 125px;
}

.login-wrap input{
	background: transparent !important;
	border: none !important;
	color:#333;
	border-bottom: solid 1px #01549f !important;
	border-radius: 0 !important;
}

.login-wrap input:-webkit-autofill{
	background: transparent !important;
	border: none !important;
	color:#ccc;
	border-bottom: solid 1px #01549f;
	border-radius: 0 !important;
}

::-webkit-input-placeholder {
   color:#333 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color:#333 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#333 !important;  
}

:-ms-input-placeholder {  
   color:#333 !important;  
}
