﻿body {
}


.login {
	width: 400px;
}

.login-title {
	color: white;
	font-size: 20px;
	text-align: center;
	border: 10px solid #002060;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	background-color: #002060;
}

.login-wrapper {
	/*width: 600px;*/
	/*height: auto;*/
	margin: 10px auto 30px auto;
	/*position: relative;*/
	/*border: 10px solid #fff;*/
	/*width: 1020px;*/
	/*height: 150px;*/
	text-align: center;
}

.login-subwrapper {
	margin: 20px auto 15px auto;
	/*position: relative;*/
	border: 10px solid #fff;
	width: 350px;
	/*height: auto;*/
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
	background-color: white;
}

.login-body {
	padding: 25px;
	background-color: white;
}

footer {
	padding: 0 10px 10px;
	text-align: center;
	border-top: solid 1px #f9f9f9;
	background-color: white;
}

.password-strength {
	font-size: 12px;
	color: #616A6B;
	background: #f9f9f9;
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
	box-shadow: 0 0 4px #999;
}

.password-strength ul {
	margin: 0;
	list-style: none;
}

.password-strength ul li::before {
	content: "\2217";
	color: #A6ACAF;
	font-weight: bold;
	display: inline-block;
	width: 14px;
	margin-left: -22px;
}

.alert {
	position: relative;
}

.alert-dismissible {
	padding: 15px 30px 15px 15px;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 10px;
	color: inherit;
	opacity: .5;
}

.alert-dismissible .close:hover {
	opacity: .75;
}