.loginPage {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
}

.bgloginPage {
    width: 100%;
    height: 100vh;
    /* background: url(../Images/loginPage/loginBg.png); */
    background-size: cover;
    position: absolute;
    background: radial-gradient(#082b43, #031421);
}

.CompLogoArea {
    position: relative;
    /* float: left; */
    top: 0;
    left: 0;
    height: 100vh;
    /* animation: blackPatchAnim 0.5s ease; */
}

    .CompLogoArea:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 225px 100vh 0;
        border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
        right: -225px;
        top: 0;
        display: none;
    }

.new_logo {
    position: relative;
    /* top: 0; */
    width: 80%;
    left: 5.275rem;
    /* bottom: 0; */
    margin: auto;
    /* transform: skewX(
-13.5deg); */
    float: left;
    /* flex: 1 0 40%; */
}

.logo-fill {
    fill: #fff;
    z-index: 0;
    transition: all 0.3s ease;
}

.blackShadow {
    position: absolute;
    float: left;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6));
    width: 13px;
    height: 100vh;
    left: 199px;
    top: 0;
    /* transform: skewX(
13.5deg); */
    /* animation: blackPatchAnim 0.5s ease; */
    z-index: 1;
    left: 0;
    margin: auto;
}

.mouse {
    position: relative;
    top: 0px;
    /* right: -190px; */
    transform: skewX(13.5deg);
    height: 100vh;
    width: 1490px;
    float: left;
    overflow: hidden;
    background: rgb(255 255 255);
    left: 199px;
    display: flex;
    flex-direction: column;
    right: 0;
    margin: auto;
}

    .mouse .sidebar {
        transform: skewX(-13.5deg);
    }

.signIntext {
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    /* animation: topAnim 0.5s 0.5s both ease; */
    background: #0c314b;
    padding: 10px 10px 10px 60px;
    width: 100px;
    top: 60px;
    left: -80px;
    transform: skewX(13.5deg);
}

    .signIntext span {
        /* transform: skewX(0); */
        float: left;
        transform: skewX(-13.5deg);
    }

.mouse .logonContainer {
    position: relative;
    /* left: 0; */
    /* margin: auto; */
    height: 490px;
    transform: skewX(-13.5deg);
    width: 40%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-direction: column;
}

.signInInputText {
    border: none;
    color: #333 !important;
    background: rgba(0, 0, 0, 0) !important;
    height: 100%;
    width: 77%;
    transform: skewX(-13.5deg);
    float: left;
    position: relative;
    text-indent: 20px;
    outline: none;
    font-size: 1.4rem;
}

    .signInInputText::placeholder {
        font-size: 1.4rem;
        color: rgb(209, 209, 209);
    }

    .signInInputText:focus {
        border: none;
        outline: none;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    /* font-size: 1.3rem; */
    /* -webkit-text-fill-color: navajowhite; */
    -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
    transition: background-color 5000s ease-in-out 0s;
    appearance: none;
    caret-color: white;
}

.signInInputLabel_1 {
    font-size: 14px;
    color: #2c82c9;
    transform: skewX(13.5deg);
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    margin-top: 30px;
    position: relative;
    float: left;
    box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 20%);
    /* animation: inputAnim 0.5s 0.7s both ease; */
    border: 1px solid #c7c7c7;
}

.signInInputLabel_2 {
    font-size: 14px;
    color: #2c82c9;
    transform: skewX(13.5deg);
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    margin-top: 30px;
    position: relative;
    left: 23px;
    float: left;
    box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 20%);
    /* animation: inputAnim 0.5s 0.8s both ease; */
    border: 1px solid #c7c7c7;
}

.logonDiv {
    text-align: left;
    position: relative;
    width: 100%;
    left: -15px;
    /* flex: 0 1 100%; */
    top: 0;
    bottom: 0;
    margin: auto;
}

.userNameIcon {
    position: relative;
    float: left;
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 100%;
}

    .userNameIcon img {
        transform: skewX(-13.5deg);
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
        width: 33%;
    }

.btn-blue {
    /* font-weight: bold; */
    color: #ffffff;
    position: relative;
    outline: none;
    background: none;
    border: none;
    right: -40px;
    font-size: 1rem;
    cursor: pointer;
    transform: skewX( 13.5deg);
    background: #031421;
    padding: 10px 30px;
    float: right;
    margin-top: 30px;
    letter-spacing: 0.125em;
    /* animation: inputAnim 0.5s 0.9s both ease; */
    /* box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 50%); */
}

.divSpinner {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

    .divSpinner .image {
        width: 100px;
        height: 85px;
        position: absolute;
        left: 0px;
        right: 0;
        margin: 0 auto;
        bottom: 10%;
        background: url('../Images/loginPage/loader_1.png');
        animation: loaderAnim 1.5s steps(98, end) infinite;
        transform: scale(0.7);
    }

@-webkit-keyframes loaderAnim {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -3800px;
    }
}

@keyframes loaderAnim {
    0% {
        background-position: 0px;
    }

    100% {
        background-position: -10388px;
    }
}


/* 
@-webkit-keyframes loaderAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loaderAnim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.btn-blue:hover {
    background: radial-gradient(#329ee9, #031421);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.btn-blue:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    cursor: default;
    pointer-events: none;
}

/*@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    .new_logo {
        width: 54%;
        left: 8.375rem;
    }

    .signIntext {
        font-size: 1.5rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputLabel_1 {
        height: 50px;
    }

    .signInInputLabel_2 {
        height: 50px;
    }

    .btn-blue {
        padding: 7px 30px;
    }
}*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .new_logo {
        /* position: absolute; */
        /* top: 0; */
        width: 44%;
        left: 7.375rem;
        /* bottom: 0; */
        /* margin: auto; */
        /* transform: skewX(-13.5deg); */
    }

    .signIntext {
        font-size: 1.5rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputLabel_1 {
        height: 50px;
    }

    .signInInputLabel_2 {
        height: 50px;
    }

    .btn-blue {
        padding: 7px 30px;
    }

    .mouse {
        width: 774px;
    }

        .mouse .logonContainer {
            width: 50%;
        }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .new_logo {
        /* position: absolute; */
        /* top: 0; */
        width: 72%;
        left: 7.275rem;
        /* bottom: 0; */
        /* margin: auto; */
        /* transform: skewX(-13.5deg); */
    }

    .signIntext {
        font-size: 1.5rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputLabel_1 {
        height: 50px;
    }

    .signInInputLabel_2 {
        height: 50px;
    }

    .btn-blue {
        padding: 7px 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .new_logo {
        /* position: absolute; */
        top: 0;
        width: 60%;
        /* left: 11.375rem; */
        bottom: 0;
        /* margin: auto; */
        /* transform: skewX(-13.5deg); */
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .new_logo {
        /* position: absolute; */
        /* top: 0; */
        width: 60%;
        /* left: 11.375rem; */
        /* bottom: 0; */
        /* margin: auto; */
        /* transform: skewX(-13.5deg); */
    }

    .signIntext {
        font-size: 1.5rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputLabel_1 {
        height: 50px;
    }

    .signInInputLabel_2 {
        height: 50px;
    }

    .btn-blue {
        padding: 7px 30px;
    }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
    .new_logo {
        /* position: absolute; */
        /* top: 0; */
        width: 64%;
        left: 6.375rem;
        /* bottom: 0; */
        /* margin: auto; */
        /* transform: skewX(-13.5deg); */
    }

    .signIntext {
        font-size: 1.5rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputLabel_1 {
        height: 46px;
    }

    .signInInputLabel_2 {
        height: 50px;
    }

    .btn-blue {
        padding: 7px 30px;
    }
}

@-webkit-keyframes fadeInAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInAnim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeInAnim {
    animation-name: fadeInAnim;
    -webkit-animation-name: fadeInAnim;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes blackPatchAnim {
    0% {
        transform: translateX(-85.625rem) skewX(13.5deg);
    }

    100% {
        transform: translateX(0rem) skewX(13.5deg);
    }
}

@keyframes blackPatchAnim {
    0% {
        transform: translateX(-85.625rem) skewX(13.5deg);
    }

    100% {
        transform: translateX(0rem) skewX(13.5deg);
    }
}

.blackPatchAnim {
    animation-name: blackPatchAnim;
    -webkit-animation-name: blackPatchAnim;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes topAnim_logo {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}

@keyframes topAnim_logo {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}

.topAnim_logo {
    animation-name: topAnim_logo;
    -webkit-animation-name: topAnim_logo;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes topAnim {
    0% {
        opacity: 0;
        transform: translateY(-0.625rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}

@keyframes topAnim {
    0% {
        opacity: 0;
        transform: translateY(-0.625rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}

.topAnim {
    animation-name: topAnim;
    -webkit-animation-name: topAnim;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.topAnim_2 {
    animation-name: topAnim;
    -webkit-animation-name: topAnim;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes inputAnim {
    0% {
        opacity: 0;
        transform: translateX(-10.725rem) skewX(13.5deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem) skewX(13.5deg);
    }
}

@keyframes inputAnim {
    0% {
        opacity: 0;
        transform: translateX(-10.725rem) skewX(13.5deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem) skewX(13.5deg);
    }
}

.inputAnim_1 {
    animation-name: inputAnim;
    -webkit-animation-name: inputAnim;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.inputAnim_2 {
    animation-name: inputAnim;
    -webkit-animation-name: inputAnim;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.inputAnim_3 {
    animation-name: inputAnim;
    -webkit-animation-name: inputAnim;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes textboxMasgAnim {
    0% {
        opacity: 0;
        transform: translateX(-10.725rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem);
    }
}

@keyframes textboxMasgAnim {
    0% {
        opacity: 0;
        transform: translateX(-10.725rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem);
    }
}

.textboxMasgAnim {
    animation-name: textboxMasgAnim;
    -webkit-animation-name: textboxMasgAnim;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@-webkit-keyframes buttonAnim {
    0% {
        opacity: 0;
        transform: translateX(-1rem) skewX(13.5deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem) skewX(13.5deg);
    }
}

@keyframes buttonAnim {
    0% {
        opacity: 0;
        transform: translateX(-1rem) skewX(13.5deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem) skewX(13.5deg);
    }
}

.buttonAnim {
    animation-name: buttonAnim;
    -webkit-animation-name: buttonAnim;
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.buttonAnim_1 {
    animation-name: buttonAnim;
    -webkit-animation-name: buttonAnim;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .CompLogoArea {
        width: 100%;
        transform: none;
        height: 25rem;
        left: 0;
        /* animation: topAnim_logo 0.5s ease; */
    }

    .new_logo {
        position: absolute;
        top: 156px;
        width: 66%;
        left: 0;
        /* bottom: 0; */
        margin: auto;
        transform: none;
        right: 0;
    }

    .blackShadow {
        transform: none;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        /* animation: topAnim_logo 0.5s ease; */
        top: 0;
        margin: 0;
    }

    .logonDiv {
        left: 0;
    }

    .mouse {
        left: 0;
        transform: none;
        width: 100%;
        top: 23.8rem;
        height: 100vh;
        right: 0;
        position: absolute;
        margin: auto;
    }

        .mouse .logonContainer {
            transform: none;
            margin: 0;
            position: absolute;
            width: 85%;
            height: 73vw;
            left: 7vw;
            top: 80px;
        }

    .signIntext {
        transform: none;
        font-size: 6vw;
        left: 0;
        padding: 10px 0;
        background: none;
        color: #000;
        width: auto;
    }

        .signIntext span {
            transform: none;
            float: left;
        }

    .signInInputText::placeholder {
        font-size: 2rem;
        color: rgb(209, 209, 209);
    }

    .signInInputText {
        transform: none;
        font-size: 6vw;
    }

    .userNameIcon {
        width: 13vw;
    }

        .userNameIcon img {
            transform: none;
            width: 45%;
        }

    .signInInputLabel_1 {
        height: 13vw;
        transform: none;
        margin-top: 50px;
        /* animation: topAnim 0.5s 0.7s both ease; */
    }

    .signInInputLabel_2 {
        height: 13vw;
        transform: none;
        left: 0;
        margin-top: 60px;
        /* animation: topAnim 0.5s 0.8s both ease; */
    }

    .btn-blue {
        padding: 20px 30px;
        font-size: 5vw;
        transform: none;
        right: 0;
        margin-top: 80px;
        /* animation: topAnim 0.5s 0.9s both ease; */
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .CompLogoArea {
        width: 100%;
        transform: none;
        height: 20rem;
        left: 0;
        /* animation: topAnim_logo 0.5s ease; */
    }

    .new_logo {
        position: absolute;
        top: 100px;
        width: 66%;
        left: 0;
        /* bottom: 0; */
        margin: auto;
        transform: none;
        right: 0;
    }

    .blackShadow {
        transform: none;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        /* animation: topAnim_logo 0.5s ease; */
        top: 0;
        margin: 0px;
    }

    .logonDiv {
        left: 0;
    }

    .mouse {
        left: 0;
        transform: none;
        width: 100%;
        top: 18.8rem;
        height: 100vh;
        right: 0;
        position: absolute;
        margin: auto;
    }

        .mouse .logonContainer {
            transform: none;
            margin: 0;
            position: absolute;
            width: 73%;
            height: 650px;
            left: 136px;
            top: 80px;
        }

    .signIntext {
        transform: skewX(0deg);
        font-size: 2.5rem;
        padding: 10px 0;
        background: no-repeat;
        color: #333;
        left: 0;
        width: auto;
    }

        .signIntext span {
            transform: none;
            float: left;
        }

    .signInInputText::placeholder {
        font-size: 2rem;
        color: rgb(209, 209, 209);
    }

    .signInInputText {
        transform: none;
        font-size: 2rem;
    }

    .userNameIcon {
        width: 80px;
    }

        .userNameIcon img {
            transform: none;
        }

    .signInInputLabel_1 {
        height: 90px;
        transform: none;
        margin-top: 50px;
        /* animation: topAnim 0.5s 0.7s both ease; */
    }

    .signInInputLabel_2 {
        height: 90px;
        transform: none;
        left: 0;
        margin-top: 60px;
        /* animation: topAnim 0.5s 0.8s both ease; */
    }

    .btn-blue {
        padding: 20px 30px;
        font-size: 2rem;
        transform: none;
        right: 0;
        margin-top: 80px;
        /* animation: topAnim 0.5s 0.9s both ease; */
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .CompLogoArea {
        width: 100%;
        transform: none;
        height: 25rem;
        left: 0;
        /* animation: topAnim_logo 0.5s ease; */
    }

    .new_logo {
        position: absolute;
        top: 0;
        width: 66%;
        left: 0;
        bottom: 0;
        margin: auto;
        transform: none;
        right: 0;
    }

    .blackShadow {
        transform: none;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
        /* animation: topAnim_logo 0.5s ease; */
    }

    .logonDiv {
        left: 0;
    }

    .mouse {
        left: 0;
        transform: none;
        width: 70%;
        top: 25rem;
        height: 50%;
        right: 0;
        position: absolute;
        margin: auto;
    }

        .mouse .logonContainer {
            transform: none;
        }

    .signIntext {
        font-size: 2rem;
    }

        .signIntext span {
            transform: skewX(-13.5deg);
            float: left;
        }

    .signInInputText::placeholder {
        font-size: 2rem;
        color: rgb(209, 209, 209);
    }

    .signInInputText {
        transform: none;
        font-size: 2rem;
    }

    .userNameIcon {
        width: 80px;
    }

        .userNameIcon img {
            transform: none;
        }

    .signInInputLabel_1 {
        height: 90px;
        transform: none;
        margin-top: 50px;
        /* animation: topAnim 0.5s 0.7s both ease; */
    }

    .signInInputLabel_2 {
        height: 90px;
        transform: none;
        left: 0;
        margin-top: 60px;
        /* animation: topAnim 0.5s 0.8s both ease; */
    }

    .btn-blue {
        padding: 20px 30px;
        font-size: 2rem;
        transform: none;
        right: 0;
        margin-top: 80px;
        /* animation: topAnim 0.5s 0.9s both ease; */
    }
}

.widthZero {
    width: 0px;
    transition: all 0.3s ease;
}

.bottomLoaderShadow {
    position: absolute;
    width: 70px;
    height: 10px;
    background: radial-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
    bottom: 9.8%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
