﻿/*.login-area {
    background-image: url('../../Content/images/Login_Background.jpg') !important;
}*/

.partial-login {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999 !important;
}

@keyframes AnimationLoginForm {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.reset-password-area {
    background: #53326B;
}

.image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.reset-password-content {
    animation: AnimationLoginForm .5s;
}

.reset-password-area .reset-password-content {
    padding: 20px 30px 20px 30px;
    max-width: 750px;
}

.reset-password-area {
    background: linear-gradient( 185deg, #a81a31bd, #8c8c8c);
}

.login-area .login-form {
    padding: 30px 30px;
}

@media (max-width: 1023px) {
    .image {
        display: none;
    }

    .login-area {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.btn-hide-Password {
    z-index: 90;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 27px;
}

.btn-hide-Password-esl {
    z-index: 90;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0px;
    background: transparent;
    border: none;
    font-size: 27px;
}

.btndisabled {
    pointer-events: none;
    opacity: .65;
}
