 .light-login {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-image: url('../img/bg-akuiteo.png');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
 }
 
 @media (prefers-color-scheme: dark) {
     .light-login {
         filter: invert(1);
     }
 }
 
 h1 {
     text-align: center;
     margin-top: 20px;
     margin-bottom: 20px;
 }
 
 .btn-primary,
 .btn-primary:focus {
     background-color: #16ade4 !important;
     border-color: #16ade4;
 }
 
 .input-group-addon {
     background-color: #fff !important;
     border-left: unset;
 }
 
 .input-group-addon i {
     width: 10px;
 }
 
 .login-layout .widget-box .widget-main {
     background-color: white !important;
 }
 
 .login-layout .main-content {
     margin-top: calc(50vh - 200px);
 }
 
 .login-layout .widget-box {
     -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.3);
     box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.3);
     border: none;
     padding: 0;
 }
 
 .login-layout input::-webkit-input-placeholder {
     /* WebKit, Blink, Edge */
     color: #858585 !important;
     opacity: 1 !important;
 }
 
 .login-layout input:-moz-placeholder {
     /* Mozilla Firefox 4 to 18 */
     color: #858585 !important;
     opacity: 1 !important;
 }
 
 .login-layout input::-moz-placeholder {
     /* Mozilla Firefox 19+ */
     color: #858585 !important;
     opacity: 1 !important;
 }
 
 .login-layout input:-ms-input-placeholder {
     /* Internet Explorer 10-11 */
     color: #858585 !important;
     opacity: 1 !important;
 }
 
 ::-ms-reveal {
     /** On n'affiche pas l'oeil pour révéler le mot de passe avec ie */
     display: none;
 }
 
 .login-layout .actions-container {
     display: flex;
     align-items: center;
 }
 
 .login-layout .actions-container .separator {
     flex-grow: 1;
 }