.container-fluid {
    width: 100vw;
    height: 100vh;
}

.loginBox {
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    background-color: white;
    /* border-radius: 15px; */
    height: 100dvh;



}

.portraitLoginBox {
    background-color: #121212;
    height: 100dvh;
}


.LMainBox {
    background: linear-gradient(90deg, #121212, #333333);
}

.btnLogin {
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    background-color: #121212;
    color: white;
    font-weight: bold;
}

a.btnLogin {
    background-color: #121212;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    transition: background 0.2s;
}
a.btnLogin:hover, a.btnLogin:focus {
    background-color: #333;
    color: white !important;
    text-decoration: none !important;
}

a.btnLogin.btn-gris, .btnLogin.btn-gris,
a.btnLogin.btn-gris:link,
a.btnLogin.btn-gris:visited,
a.btnLogin.btn-gris:hover,
a.btnLogin.btn-gris:active,
a.btnLogin.btn-gris:focus {
    background-color: #121212;
    color: white !important;
    text-decoration: none !important;
    border-radius: 10px;
}
a.btnLogin.btn-gris:hover, a.btnLogin.btn-gris:focus {
    background-color: #333;
}


.logon {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;

}

.leftLoginTop div b {
    font-weight: 700;
    font-size: 45px;
    color: #121212;
}

.inputLogin {
    width: 100%;
    min-width: 0px;
    outline: 2px solid transparent;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-weight: 400;
    border-radius: 4px;
    height: 50px;
    border: none;
    border-color: inherit;
    background-color: #eee !important;
    font-size: 16px;
}

.minTextHelper {
    color: gray;
    font-size: smaller;
}

.passwordContainer,
.oldPasswordContainer,
.newPasswordContainer {
    position: relative;
}

.showPassword,
.showOldPassword,
.showNewPassword {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: small;
    cursor: pointer;
    height: 100%;
    display: flex;
}

.showOldPassword img,
.showNewPassword img {
    transition: all 1s;
}

/* .hidePasswordIcon {
    margin-right: 50px;
    opacity: 0;
    display: none;
} */

.forgotPassBtn {
    font-size: small;
    font-weight: bolder;
    margin-left: 10px;
    padding: 5px;
    color: #121212;
    cursor: pointer;

}

.hidden {
    display: none !important;
}

.invalidFields {
    border: 1px solid red;
}

.loginImg {
    /* width: 100%; */
    height: 120px;
}