.wrapper,
input {
    background: #cfe3ea;
}

@media (min-width: 1024px) {
    .shape {
        background: #00b6e7;
    }

        .shape.right {
            background: #12256A;
        }
}

.forget-password-label,
h1 {
    color: #e04b00;
}

    .forget-password-label:active,
    .forget-password-label:focus,
    .forget-password-label:hover {
        color: #b33c00 !important;
        text-decoration: none;
    }

.button-submit {
    background-color: #00b6e7;
}

    .button-submit:hover,
    .button-submit:active,
    .button-submit:focus {
        background-color: #00a4d0;
    }

.wrapper:after {
    background-image: linear-gradient(rgba(18, 37, 106, 0.5), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15), rgba(0, 182, 231, 0.5)), url(../../../images/login/login.jpg);
}
