.banner {

    background: url('../media/login/login_banner.jpg');

    background-size: cover;

    background-position-x: center;

}





.main-content {

    text-align: center;

    /*height: 320px;*/

    /*margin-top: 18px;*/

}





.main-content #login-form {

    max-width: 400px;

    margin: 0 auto;

    margin-bottom: 20px;

    text-align: left;

}



.main-content #login-form a {

    line-height: 34px;

}



.main-content #login-form input {

    border-radius: 0;

}



.main-content span.not-registered {

    margin-top: 18px;

    font-weight: bold;

}
.success-msg {
    color: green;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.error-msg{
  color: red;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
}