.logoutWrapper{
    display: none;
}
h1{
    text-indent: -2000px;
    width: 624px;
    height: 180px;
    display: block;
    margin: 0 auto;
    background: url('../img/welcome_message.png') no-repeat center -165px;
    padding: 0;
}
.login_wrapper{
    width: 416px;
    height: 270px;
    margin: 5px auto;
    background: url('../img/login_bg.png') no-repeat center center;
    position: relative;
}
.buttons_wrapper{
    width: 340px;
    height: 65px;
    margin: 0 auto;
}
.buttons_wrapper .student_button, 
.buttons_wrapper .admin_button,
.buttons_wrapper .teacher_button{
    width: 165px;
    height: 50px;    
    background: url('../img/login_buttons.png') no-repeat;    
    display: block;    
    float: left;
    margin-left: 5px;
}
.buttons_wrapper .student_button{
    background-position: -4px -7px;
}
.buttons_wrapper .admin_button{
    background-position: -174px -7px;
}
.buttons_wrapper .teacher_button{
    background-position: -344px -7px;
}
table{
    width: 345px;
    display: block;
    position: absolute;
    top: 80px;
    left: 80px;
}
table tr td{
    height: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #000;
}
table tr td input{
    margin-left: 10px;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
}
.loginFormLinks{
    text-align: center;
}
.loginFormLinks a {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
tr.loginFormLinks td{
    padding-bottom: 0px;
    color: #fff;
    font-size: 20px;
}
.button_login{
    border: 0;
    width: 55px;
    height: 56px;
    background: url('../img/button_login.png') no-repeat center center;
    text-indent: -2000px;
    position: absolute;
    bottom: -20px;
    right: 30px;
    cursor: pointer;
}
h3{
    color: #fff;
    font-weight: bold;
}
// Styles for restore password page
h1.RestorePassword{
    background: url('../img/restore_password_message.png') no-repeat center center;
}
.login_wrapper.RestorePassword{
    background: url('../img/reset/bg1.png') no-repeat center center;
    width: 403px;
    padding-left: 75px;
    padding-right: 40px;
    height: 288px;
    padding-top: 30px;
}
.login_wrapper.RestorePassword.multi{
    background: url('../img/reset/bg2.png') no-repeat center;
    width: 418px;
    height: 439px;
    padding: 30px;
}
.login_wrapper.RestorePassword.multi p{
    width: 90%;
    margin: 0 auto 30px;
}
.login_wrapper.RestorePassword p{
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}
.login_wrapper.RestorePassword .restore1{
    width: 405px;
    height: 40px;
    background: url('../img/reset/h1.png') no-repeat center;
    margin-bottom: 15px;
}
.login_wrapper.RestorePassword .restore2{
    width: 405px;
    height: 60px;
    background: url('../img/reset/h2.png') no-repeat center;
    margin-bottom: 30px;
}
.login_wrapper.RestorePassword input[type="text"],
.login_wrapper.RestorePassword select
{
    width: 255px;
    height: 40px;
    border: 1px solid #000;
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    font-size: 20px;
}
.login_wrapper.RestorePassword .msg{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.RestorePassword .ErrorMessage{
    color: firebrick;
}

.RestorePassword .SuccessMessage{
    color: lime;
}

.login_wrapper.ChangePassword{
    background: url('../img/reset/bg3.png') no-repeat center center;
    width: 403px;
    padding-left: 75px;
    padding-right: 40px;
    height: 288px;
    padding-top: 30px;
}
.login_wrapper.ChangePassword p{
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 20px;
}
.login_wrapper.ChangePassword .restore1{
    width: 405px;
    height: 40px;
    background: url('../img/reset/h3.png') no-repeat center;
    margin-bottom: 20px;
}
.login_wrapper.ChangePassword input[type="password"]{
    width: 255px;
    height: 40px;
    border: 1px solid #000;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}