/* 
    Created on : Jun 7, 2017, 9:01:09 AM
    Author     : beny
*/

body {
    background: url("../img/wall/field.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 40px 0 0 0;
    border: none;
}

#login-form, #pswd-reset-form, #new-pswd-actv-form {
    width: 480px;
    margin:auto;
    
}

.login-logo{
    width: 60px;
    height: 60px;
}

#copyright {
    color: #059e51;
}