* { margin:0; padding:0;}

body {background:#e8e8e8; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* Login Page Styles */
.loginContainer { width:400px; height:200px; padding:0 20px; text-align:center; position:absolute; margin:auto; top:0; left:0; bottom:0; right:0; overflow:hidden;}
.loginContainer label { font-size:12px; margin:0 0 5px 0; color:#ccc;}
.loginContainer .input { margin:0 0 20px 0; width:350px; background:#e3e3e3; border:1px solid #d8d8d8; font-size:24px; color:#555; padding:10px 15px; transition:background 1s; outline:none;}
#doukLoginLogo { position:absolute; z-index:100; margin:auto; top:0; left:0; bottom:0; right:0; overflow:auto;}


/* Overall Button Style */
.button {
font-weight: bold;
background: #c91424;
padding:10px 20px;
color: white;
line-height: 1;
font-size: 16px;
font-family: Arial,sans-serif;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
cursor:pointer;
text-decoration:none;
border:none;
}

.button:hover {
background: #233063;	
color:#fff;
}