﻿.bg-login {
    background: url('../Images/Loginpage-background-New_Login.png');
    /*background-color: #f0f0f0;*/
    width: 100%;
    background-size: 100% 100% !important;
    background-repeat: no-repeat
}

.form-group > label {
    font-size: 1.4rem;
    font-weight: 600;
}

.h-100vh {
    height: 100vh
}

.login_logo_outer {
    height: 30rem;
}

.login_logo {
    margin-top: 6rem;
    width: 58%;
}

    .login_logo > img {
        width: inherit;
        float: right;
        margin-right: 3%;
    }

.login_form_outer {
    box-shadow: 0px 0px 6px 1px #747272b5;
    height: 45rem;
    margin-right: 6.5rem !important;
}

.login_heading {
    margin-top: 3rem;
    width: inherit;
}

    .login_heading > img {
        width: inherit;
    }

.h-3rem {
    height: 5rem;
    font-size: 1.4rem;
}

.Cstm_submit {
    width: inherit;
    background-color: #CCD0D6 !important;
    border-color: #CCD0D6;
    height: 5rem;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.form-group {
    position: relative;
}

.validation-login {
    font-size: 11px !important;
    position: absolute;
    right: 0;
}

.other-login-text {
    position: absolute;
    background: white;
    top: -7px;
    padding: 0 1rem;
    left: 24rem;
    display: inline-block;
    color: #747487;
}

.ms-login-box {
    display: inline-block;
    padding: 0.5rem;
    width: 18rem;
    margin-top: 2rem;
    border-radius: 6px;
    cursor: pointer;
    opacity:0.6;
    pointer-events:none;
}
