
body.login {
    background:#2c3e50 ;
    color:#FFFFFF;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background:#4ab1a9 ;
    border-color:#4ab1a9 ;
    color:#FFFFFF;
}
.login .logo {
	margin: 0 auto;
	margin-top: 60px;
	padding: 15px;
	text-align: center;
}
.login .content {
    background-color: #ececec;
    width: 500px;
    margin: 10px auto 10px auto;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    color:#000000;
    border-radius:10px;
    text-align:center;
}
.login .content .form-control {
    /*border: none;
    background-color: #FFFFFF;
    height: 37px;
    color: #8290a3;
    width:100%;
    margin-bottom:20px;
    padding-left:10px;*/
}
.login .content .btn {
	cursor:pointer;
	text-transform:uppercase;
	background: #4ab1a9;
    border-bottom: 1px #32988d solid;
    color: #ffffff;
    width:100%;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family:inherit;
}
@media (max-width:500px) {
	.login .logo {
		margin-top:10px;
	}
	.login .content {
		width:100%;
		margin-top:10px;
	}
	.login .content h3 {
		font-size:22px;
	}
	.forget-password {
		display:inline-block;
	}
	.login .checkbox {
		font-size:13px;
	}
	.pull-left,
	.pull-right {
		float:none !important;
	}
}