.login {
    background: #fff;
}
.login h1 a {
    background-image: url(../../img/layout/logos/logo_red_title.png);
    background-size: contain;
    background-position: center center;
    height: 220px;
    width: 320px;
    margin-bottom: 20px;
}

.login form {
    background: #DF2121;
    margin-top: 0;
    border: none;
}
.login label {
    color: #fff;
}

#login form p.submit input {
    background: #fff !important;
    border: none;
    color: #DF2121;
    font-weight: 700;
}