body {
    min-height: 100vh;
    background-color: #fbfbf8;
    font-size: 14px;
    font-family: "MiniomRegular";
}
.root-container {
    min-height: 100vh;
    background-image: url(../assets/portada-login.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#login-form {
    background-color: rgba(10, 13, 27, 0.6);
}
.card {
    padding: 15px;
}

.img-logo {
    width: 150px !important;
    height: auto;
}
.form-group {
    margin-bottom: 15px !important;
}
.form-control {
    background-color: #f5f5f5 !important;
    border: 1px solid #aaa !important;
}
.boton-login,
.boton-login:hover,
.boton-login::after,
.boton-login:focus {
    background-color: #a37641;
    border-radius: 6px;
    border-color: #a37641;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 11px 15px;
    width: 100%;
}
.boton-login:hover {
    background-color: #75522a;
}
.label-login {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #797979;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.input-form {
    border: 1px solid #a37641;
    background-color: rgb(191 191 191 / 15%);
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.98px;
    color: #797979;
}
.request-login,
.request-login:hover {
    color: #a37641;
}
input[type="checkbox"] {
    background: #a37641;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem #a37641;
}
