html, body{
	background-color:white;
    font-family:"Trebuchet MS";
    font-size: 14px;
    background-color: #eee;
}
.dxlogin{
    width:500px;
    margin:150px auto 0 auto;
    padding:0;
    border:1px solid #aaa;
    border-radius: 5px;
    background-color:white;

}
.dxlogin h1{
    padding: 20px 0;
    margin:0;
 
    color:#222;
}
.dxlogin input{
    width:10em;
}
.dxlogin td{
	padding:3px;
}

#login_button{
    margin:21px 0;

color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;

display: inline-block;
padding: 6px 12px;

font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-appearance: button;
cursor: pointer;
}

#login_button:hover {
background-color: #409340;
}



.dxlogin .footer{
    padding:0.5em;
}
.footer a{
    display:block;
    margin-top:5px;
    font-size:11px;
    font-family:"Courier New", Courier, monospace;
    text-decoration: none;
}
.footer a:hover {
    color:#ff6600;
}
#forgot{
	margin-top:20px;
    margin-bottom:20px;
    text-align:center; 
}

