 /**
  * Hoja de estilo específica para la página de login, reseteo de password, etc.
  *
  * @author Unknown - Cumplisoft S.L.
  * @author Carlos Utrera - Cumplisoft S.L.
  * @copyright 2023 Cumplisoft S.L.
  * @license All rights reserved
  */

body, html {
    height: 100%;
    background-color: #fff;
}

body {
    /* background-image: url('../images/login_body_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}

.transparency {
    background-color: rgba(255, 255, 255, 0.5);

}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.btn-cstm-primary {
    background-color: #1f2a44 !important;
}

.card-img-top {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 5%;
}

.login-block {
    max-width: 400px;
}

.forgot-button {
    line-height: 36px;
}

.companylogo {
    text-align: center;
}


