﻿/* 
=======================
         Login
=======================
*/
.container-fluid {
    min-width: 100vw;
    min-height: 100vh;
}

.bg-image {
    background: url(/assets/Modules/Login/NLIS-Landing.png);
    background-size: cover;
    background-position: center center;
}

.form-control-login {
    padding: 1rem !important;
}
/*main panel*/
#login-panel {
    width: 100vw;
    height: 100vh;
}

/*main panel*/
#login-panel-otp {
    max-width: 85vw;
}

/*forgotPassword panel*/
#forgotpassword-panel {
    width: 100vw;
    height: 100vh;
}

/*login header for icons*/
.login-header {
    justify-content: space-between;
}

/*Login body*/
.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;    
    transform: translateY(8%);
}

/*Login body*/
.login-body-otp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: absolute;
    top: 50%;
}


/*icons + logo images*/
.loginLogo {
    height: 8vh;
}

/*login labels*/
.login-label {
    font-weight: 500 !important;
}

/*login input + states*/
.login-input {
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
    margin-bottom: 5% !important;
    color: #646464 !important;
    border-radius: 0px !important;
    background: #ffffff !important;
}

input.form-control.login-input:hover {
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
}

.login-input:focus {
    border: none !important;
    border-bottom: 1px solid #8f8f8f !important;
    box-shadow: none !important;
}


#password-show-hide {
    color: #7E7E7E;
    transition: color 250ms ease-in-out;
    cursor: pointer;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.password-body {
    position: relative;
}

/*login right panel*/
#login-img-panel {
    border-left: 1px solid #DDDDDD;
    background: url(/assets/Modules/Login/NLIS-Landing.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-color: #002c6b;
}

#login-image {
    display: flex;
    justify-content: center;
    background-color: #002c6b;
}
/*login secondary actions*/
#login-actions {
    justify-content: space-between;
}

.loginLogoMain {
    height: 28vh
}

.loginLogoMainOTP {
    height: 20vh;
    /*width: 30vw;*/
}

#link {
    display: inline-block;
    width: 100%;
    color: white;
}

.nomargin {
    margin: 0 !important;
    padding: 0 !important;
}

.contentCompanyInfo {
    height: 55vh;
    overflow: auto;
}
