.wrapper,
input {
    background: #fef8ea;
}

@media (min-width: 1024px) {
    .shape {
        background: #f6b830;
    }

        .shape.right {
            background: #363636;
        }
}

.forget-password-label,
h1 {
    color: #f6b830;
}

    .forget-password-label:active,
    .forget-password-label:focus,
    .forget-password-label:hover {
        color: #c59326 !important;
        text-decoration: none;
    }

.button-submit {
    background-color: #f6b830;
}

    .button-submit:hover,
    .button-submit:active,
    .button-submit:focus {
        background-color: #dda62b;
    }

.wrapper:after {
    background-image: linear-gradient(rgba(54, 54, 54, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(246, 184, 48, 0.5)), url(../../../images/login/login.jpg);
}
