body
{
    width:100%;
    height:100%;
}
input,textarea
{
    font-size:14px !important;
}
#login_content
{
    position: absolute;
    width:100%; height:100%;
    background: #06b085;
}
#login_form_container, #forgotInfo_form_container
{
    position: absolute;
    width: 500px; height: 700px;
    top: 100px;  left: 50%; transform: translateX(-50%);
    background: white;
}
#login_form
{
    position: absolute;
    width:400px; left:50px; top:50px;
}
#forgot_form
{
    position:absolute;
    width:400px;
    left:50px;
    top:50px;
}
.login_logo
{
    position: absolute;
    width: 250px; height: 250px; top:0px; left:75px;
    border-radius:10px;
    background: url("../assets/logo_250x250.png");
}
#login_form_info_container
{
    position: absolute;
    width: 400px; height: 250px; top:300px; left:0px;
}
#forgot_form_info_container
{
    position: absolute;
    width: 500px; height: 250px; top:0px; left:0px;
    text-align:center;
}
#loginInstructions
{
    position: absolute;
    width:400px;text-align: center;
    font-size: 18px; font-weight: bold;
}
#reminderInstructions
{
    position: absolute;
    width:400px;text-align: center;
    font-size: 18px; font-weight: bold;
}
.login_input_title
{
    position: absolute;
    width:100px; height:40px; left:40px; line-height: 40px;
    text-align: left;     font-size: 18px; font-weight: bold;
}
.login_input
{
    position: absolute;
    width:210px; left:150px;
}
#login_mail_title
{
    top:60px;
}
#login_mail_input
{
    top: 65px;
}
#login_password_title
{
    top:120px;
}
#login_password_input
{
    top: 125px;
}
#login_button, #remind_button
{
    position: absolute;
    top: 530px;  left: 50%;  transform: translateX(-50%);
}
/*#login_register*/
/*{*/
    /*position: absolute;*/
    /*top: 650px;  left: 390px;*/
/*}*/
#login_password_recovery
{
    position: absolute;
    top: 650px;  left: 35px;
}
#loginResult
{
    position: absolute;
    top: 520px;  left: 50px;
    width:400px;
    text-align:center;
    color: #a21212;
}
#backButton1, #backButton2
{
    position: absolute;
    top: 600px;  left: 0px;

}

#forgotInstructions
{
    position:absolute;
    width:400px;
    top:300px;
    left:0px;
}
#forgotError
{
    top: 495px;
    position: relative;
}
#forgotForm
{
    position:absolute;
    width:400px;
    top: 360px;
    left:0px;
}
#button_submit_new_password
{
    position:absolute;
    width:200px;
    top:450px;
    left:100px;

}
#forgotResult
{
    position:absolute;
    width:400px;
    top:500px;
    left:50px;
}