body{
	background:#fff;
	color:#555;
}

a{color:#555;}

.header{
	margin-top:20px;
}
.main {
	background: -webkit-linear-gradient(top, #83bad9 , #edf9ff);
	padding:80px 0 0 0;
}

.navbar-brand > img {
	height: 45px;
	width:auto;
	display: block;
}


.img{

}

.panel-login{
	width: 320px;
	min-height:350px;
	border-radius: 10px;
	padding:20px 0;
}

 .btn-primary {
	 background-color: #3fbdf7;
	 border: none;
	 color: #fff;
	 height:40px;
	 line-height:40px;
 }

.btn-primary:hover,
.btn-primary:focus {
	background-color: #3bace0;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #3bace0;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {

	background-color: #3bace0;
	border:none;
}

.panel-default > .panel-heading {
	margin-top:10px;
	padding: 10px 15px;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #fff;
	font-weight: bold;
	color: #3fbdf7;
	text-align:center;
	font-size:16px;
}

.rememberMe label{
	font-weight:normal;
}

.form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 8px 10px;
	list-style: none;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 46px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(0,0,0,.65);
	background-color: #fff;
	background-image: none;
	border: 1px solid #ececec;
	border-radius: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;

}

.footer{padding:10px;}

.errorMsg{
	color:red;
	line-height:40px;
	text-align:center;
}