
/* Login form */

.logged-out .extra-panes {
    width: 100%;
    max-width: 1600px;
}

.logged-out #login-form {
    width: 260px !important;
    margin: 60px auto 0;
    padding: 30px;
}

.logged-out #login-form #login-form-head {
    background-repeat: no-repeat;
    background-size: 152px;
    height: 60px;
    margin-bottom: 15px;
    background-position-x: 50%;
}

.logged-out #login-form input {
    height: 32px;
}

.logged-out #login-form .login-fields {
    width: 100%;
}

.logged-out #login-form .login-button {
    text-align: center;
}

.logged-out #login-form .login-link {
    border-top: solid 1px #BBBBBB; 
    padding-top: 10px; 
}

.logged-out #login-form div:not(:last-child) {
    margin-bottom: 15px;
}