body
{
    width:100%;
    margin:0;
    background-color : #59a1d2;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px; color:#0e2745;
}
.generalButton
{
    /*width: 111px;*/  height: 26px;  /*line-height: 26px;*/
    /*background: url(../images/buttons/general_button.png) no-repeat center center;*/
    cursor: pointer;  text-align:center;  font-weight:bold;
    user-select:none; margin-top:20px;
}
#login_content
{
    position: relative;
    width:100%;
}
#page_login
{
    width:100%;
    margin-top:10px;
}
#login
{
    position:relative;
    width: 400px;  height: 530px;
    margin-top:20px;
    border: 1px ridge #0e2745;
    background-color:white;
}
#loginLogo
{
    display:inline-block; margin: 30px 0 30px 0;
    width: 350px;  height: 250px;
    background: url("../assets/logo_login.png") no-repeat center center;
}
#passwordInstructions
{
    display:none;
    width: 280px;  height: 60px; line-height:20px;
    text-align:center;    font-weight: bold;
    /*color: #2576ad;*/  margin-bottom: 20px;
}
#passwordSentText
{
    display:none;
    width: 280px;  height: 60px; line-height:20px;
    text-align:center;    font-weight: bold;
    margin-top:50px;
}
#loginForm
{
    width: 250px;  /*height: 100px;*/
}
.loginInput
{
    padding-bottom: 0px;  padding-top: 0px;
    width: 150px;  height: 22px; line-height:22px;
    text-align: center;border-radius: 5px;
}
.inputDescription
{
    width: 100px;  height:22px; line-height:22px;
    text-align:left;
    font-weight: bold;
    user-select: none; pointer-events: none;
}
.emptyDiv
{
    width: 5px;
    display: inline-block;
}
#registerNow
{

    width:150px; height:20px; line-height:20px;
    font-size: 12px; text-align: left;
    cursor:pointer; color: #2576ad;
}
#remindPassword
{
    width:150px; height:20px; line-height:20px;
    font-size: 12px; text-align: right;
    cursor:pointer; color: #2576ad;
}
#button_send
{
    display:none;
}
#buttonsContainer
{
    position:relative;
    width:148px; height:37px;  line-height:37px;
    /*background: url("../images/buttons/login.png") no-repeat center center;*/
    cursor:pointer; user-select:none;
}
#button_login:hover
{
    /*background: url("../images/buttons/login_hover.png") no-repeat center center;*/
}
#login_failText
{
    display:none;
    width: 280px;  height: 15px;  line-height: 15px;
    color: red;  text-align: center;  margin-top: 15px;
}
#newpassword,#button_submit
{
    display:none;
}
#backButton
{
    position: absolute; display:none;
    height: 26px;  /*line-height: 26px;*/
    top: 486px;  left: 10px; font-weight: bold; color:#2576ad;
    z-index:100;
    cursor:pointer;
}
#backButton2
{
    margin-top:20px;
}
#loginResult
{
    position: absolute; display:none;
    top:480px;left:0;
    width:380px;
    text-align:center;
    height: 48px;
    line-height: 15px;
    color:red;
}
#forgotForm
{
    margin-top:25px;
    width: 340px;  /*height: 100px;*/
}
#forgotError
{
    margin:10px;
    color:red
}
.inputDescription2
{
    width: 150px;  height:22px; line-height:22px;
    text-align:left;
    font-weight: bold;
    user-select: none; pointer-events: none;
}