.wrapper,
input {
    background: #e7ecf3;
}

@media (min-width: 1024px) {
    .shape {
        background: #113e88;
    }

        .shape.right {
            background: #1d54b0;
        }
}

.forget-password-label,
h1 {
    color: #e51a38;
}

    .forget-password-label:active,
    .forget-password-label:focus,
    .forget-password-label:hover {
        color: #b7152d !important;
        text-decoration: none;
    }

.button-submit {
    background-color: #113e88;
}

    .button-submit:hover,
    .button-submit:active,
    .button-submit:focus {
        background-color: #0f387a;
    }

.wrapper:after {
    background-image: linear-gradient(rgba(29,84,176,0.5),rgba(255,255,255,0.15),rgba(255,255,255,0.15),rgba(255,255,255,0.15),rgba(17,62,136,0.5)), url(../../../images/login/login.jpg);
}
