@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Apple SD Gothic Neo", arial, helvetica;
	color:#2D467D;
		
}
.content a:focus {
	background:#a6c1d8;
	padding:4px;
	text-decoration:none;
	color:black;
}
a:focus img {
	border:2px #a6c1d8 solid;
	padding:0;
}

.navbar.navbar-default {
	border: none;
	background-color: #2D467D;
}
.navbar {
	min-height: 30px;
}
form .form-group {
	margin-left: auto;
	margin-right: auto;
}
form .form-group input {
	text-align: center;
}
form .btn.btn-primary {
	border-radius: 5px;
	;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #2D467D;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.form {
	width: 70%;
	max-width: 300px;
	text-align: center;
}
.well {
	margin-top:60px;
	background-color: white;
	border: 1px solid #95989A;
	border-radius: 15px;
	box-shadow: none;
	position: relative;
}

.wlogo {
	position: absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top:-80px;
}

.content {
	padding-top: 50px;
	clear: both;
}

h4 {
	
	font-weight:normal;
}
h3 {
	font-weight:normal;
}

hr {
	margin-top:0;
	width: 100%;
	max-width:400px;
	
}

.form-control:focus {
outline-style: auto;
outline-width: thick;
outline-color:#66afe9;

}
form .btn.btn-primary:focus {
	background:#2e6da4;
}
input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


div.left-border {
	border-left: 1px solid #95989A;
}
div.tip .left {
	vertical-align: middle;
	height: 100%;
}

div.tip {
	padding-bottom: 10px;
}
.red {
	color: #E80000;
}
div.tip .right {
	text-align: left;
}
form .btn.btn-primary:hover {
	background-color: #2e6da4;
}

@media (min-width: 768px) {
.navbar {
    border-radius: 0px;
	}
}



/**reset password styles**/ 
.Short{
	background-color: #FF0000;
}
.Excellent{
	background-color: #00FF00
}
.Strong{
	background-color: #80FF00
}
.Medium{
	background-color: #FFFF00
}
.Weak{
	background-color: #FF8000
}
#PassStr {
	width:140px;
	color:gray;
	font-size:15px;
}
#PassClass {
	height:3px;
	padding-right:20px;
	margin-top:-10px;
	width:120px;
	margin-bottom:5px;
	color:gray;
}

.style1 {
	color: #808080;
}

.style2 {
	text-align: center;
}
