.wrapper,
input {
    background: #d8d9db;
}

@media (min-width: 1024px) {
    .shape {
        background: #5A5657;
    }

        .shape.right {
            background: #8F173F;
        }
}

.forget-password-label,
h1 {
    color: #B1AFB5;
}

    .forget-password-label:active,
    .forget-password-label:focus,
    .forget-password-label:hover {
        color: #8e8c91 !important;
        text-decoration: none;
    }

.button-submit {
    background-color: #5A5657;
}

    .button-submit:hover,
    .button-submit:active,
    .button-submit:focus {
        background-color: #514d4e;
    }

.wrapper:after {
    background-image: linear-gradient(rgba(143, 23, 63, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(90, 86, 87, 0.5)), url(../../../images/login/login.jpg);
}
