@charset "utf-8";

/* reset request */
.linkstylediv {
	line-height:1.5;
	text-align: center;
	
   /*  margin-right: 20px;
    margin-top: 40px;
    padding-top: 11px; */
}
.linkstylediv a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size:small ;
	padding:2px 6px ; 
	background-color:#1E3160;
	border-radius:2px;
	border:solid 1px #8c8c8c;
	width:228px;
	
}
input[type="button"] {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 3px;
	font-size: small;
	
}

input[type="button"]:hover {
    background-color: #D4D4D4;
	
}
#eInput {
	width:231px;
	margin-bottom:3px;
	text-align:center;
}
input[type="text"]::placeholder  {
	text-align:center;
}
#submit{
	margin-bottom:10px;
	width:235px;
}

/* create new pwd */

.hrClass{
	margin-bottom:50px;
	width:70%;
}

#newPwdMsg{
	text-align:center;
	color:#e60000;
}

#cSubmit{
	width:243px;
	margin-bottom:5px;
}
#pCreate{
	margin-top:0px;
}

/* center label & input */
.block{
	display:block;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}
.smLabel{
	display:inline-block;
	width:140px;
	text-align:right;
	margin-right:5px;
}
.smInput{
	width:232px;
}

/* this keeps label & input in center when browser is resized */
#marg1, #marg2{
	margin-left:-150px;
}
/* resetPwd message */
#resetReqPwdMsg{
	color:red;
	margin-bottom:20px;
}

