html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #f3f5f6;
}

body {
	min-height: 530px;
}

body.with-captcha {
	min-height: 580px;
}

body.register {
	min-height: 430px;
}

.login-header {
	height: 70px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	background-color: #ffffff;
	line-height: 70px;
	padding-left: 25px;
}

.msw-login-form {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-60%);
	-moz-transform: translateY(-60%);
  	-webkit-transform: translateY(-60%);
  	-o-transform: translateY(-60%);
  	-ms-transform: translateY(-60%);  
}

.msw-dropdown, .msw-dropdown:hover, .msw-dropdown:active,
.msw-input-group,
.msw-input-label input {
	border: 1px solid #dbe6ef;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 14px;
	color: #707070;
	box-shadow: none;
	padding: 8px 12px;
}

.msw-dropdown .fa,
.msw-input-label .fa {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 15px;
	color: #707070;
	width: 25px;
	text-align: right;
}

.btn-group.open .dropdown-toggle.msw-dropdown {
	box-shadow: none;
}

.msw-input-label {
	position: relative;
	display: block;
	margin: 9px 0 0 0;
}

.msw-input-label .fa {
	position: absolute;
	left: 12px;
	top: 9px;
}

.msw-input-label.disabled .fa {
	color: #d1d1d1;
}

.msw-input-label input {
	width: 100%;
	padding-left: 55px;
	font-weight: normal;
}

.msw-input-label.disabled input {
	background-color: inherit;
	border-color: #dddddd;
	color: #d1d1d1;
}

.msw-btn-login,
.msw-btn-reset {
	display: block;
	width: 100%;
	padding: 8px 12px;
	background-color: #0081c1;
	color: #fff;
	text-align: center;
	border: none;
	margin-top: 60px;
}

.msw-btn-login:hover,
.msw-btn-reset:hover {
	background-color: #006da2;
}

.msw-forgot-password,
.msw-login-show,
.msw-register-show {
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 25px;
	display: inline-block;
	color: #333;
}

#msw-forgot-form {
	display: none;
}

.msw-login-error {
	color: #ed1c24;
	text-align: center;
}

.msw-margin-b {
	margin-bottom: 20px;
}

.response-success {
	color: #99cc33;
}

.response-error {
	color: #ed1c24;
}

.response-success,
.response-error {
	text-align: center;
	margin-bottom: 10px;
}

.g-recaptcha > div {
	margin: 0 auto 20px;
}

.msw-btn-register {
	margin-top: 50px;
	display: block;
	width: 100%;
}
