body {
	background:unset!important;
	background-color: whitesmoke!important;
	font-family:Roboto, Arial, Helvetica, 'sans-serif';
	/*font-family:ProximaNova,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
	color:#666;
}
h3 {
	line-height: 40px;
}
form, .form {
	
    /*width: 100%;*/
	min-width:260px;
	max-width:400px;
    background-color: #ffffff;	
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 40px auto 0 auto;
	padding: 30px 20px;
	text-align: center;
	border-radius: 6px;
	/*box-shadow: 2px 2px 14px #002c8c;*/
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
#userid, #password {
	width:95%;
	line-height:28px;
	border:0;
	border-bottom:1px solid #448ccb;
	font-size:18px;
	margin-bottom:20px;
	background-color:transparent;
}
#userid:focus, #password:focus{
    outline: none;
}
#userid:hover, #password:hover {
	border-bottom:1px solid green;
}
#showpwd {
	background-image:url('../../public/img/eye-outline.png');
	background-repeat:no-repeat;
	background-position:center;
	display:inline-block;
	position:relative;
	width:25px;
	height:23px;
	padding:2px;
	float:right;
	margin-left:-35px;
	border: 1px solid transparent;
	z-index:100;
}
#showpwd:hover {
	background-color:whitesmoke;
	border: 1px solid blue;
	cursor:pointer;
}
#div_logo, #div_form {
	width:300px;
	float:left;
	height:200px;
	border:1px solid lavender;
	padding:10px;
}
#div_logo {
	background-color: blue;
}
label {
	width:100%;
	color: #448ccb;
	display:inline-block;
	text-align:left;
	margin-right:5px;
}
#loginsubmit {
	padding: 8px 16px;
	font-size: 0.875rem;
	min-width: 50px;
	box-sizing: border-box;
	min-height: 36px;
	background-color: #1e87f0;
	color: white;
	border:0;
	border-radius: 4px;
	margin-bottom: 20px;
}
#loginsubmit:hover {
	background-color: #1974b1
}
#copyright {
	min-width:260px;
	max-width:400px;
    background-color: transparent;	
	color:gray;
    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	padding: 8px 20px;
	text-align: right;
}
.valid {
	color:red;
	font-weight:bold;
}
#logoutmsg {
	text-align: center;
	font-size: 22px;
	display: inline-block;
	width: 100%;
}