﻿/* Below line is used for online Google font */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif);
h2{
text-align: center;
font-size: 24px;
}
hr{
margin-bottom: 30px;
}
div.container{
width: 960px;
height: 430px;
margin:50px auto;
font-family: 'Droid Serif', serif;
position:relative;
}
div.main{
width: 420px;
margin-top: 80px;
align-content:center;
float:left;
margin-left:220px;
padding: 10px 55px 40px;
background-color: #E4EFFA;
border: 15px solid white;
box-shadow: 0 0 10px;
border-radius: 2px;
font-size: 13px;
}
.loginTextbox{
/*width: 80% !important;*/
height: 28px;
padding-left: 5px;
box-shadow: 0 0 5px #656668;
border: 2px solid #7F8084;
color: #4f4f4f;
font-size: 12px;
}
.loginLabel{
color: #464646;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 11px;
font-weight: bold;
padding-right:10px;
font: Verdana,Geneva,sans-serif !important;
}


.loginLink{
color: #860D30 !important;
font-size: 10px;
vertical-align:bottom;
}
.loginLink.hover{
color: #E31C23 !important;
font-size: 11px;
vertical-align:bottom;
}
.loginButton {
/*width: 100%;*/
background: linear-gradient(#E21B22 5%, #820B2B 100%);
border: 1px solid #0F799E;
font-size: 12px;
padding: 4px;
font-weight: bold;
cursor: pointer;
color: white;
text-shadow: 0px 1px 0px #13506D;
}
.loginButton:hover{
background: linear-gradient(#820B2B 5%, #E21B22 100%);
}