.data {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0px 60px 60px 0px !important;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.picture {
    background-image: url(../../img/login/foto-login.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.button {
    background-color: #E1101E;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.button:hover {
    background-color: #B10A0C;
}

input {
    border-radius: 3px;
    font-family: 'Roboto', sans-serif !important;
}

.title {
    font-size: 20px;
    width: 276px;
    height: 58px;
}

.logo {
    padding: 55px 0px 0px 103px;
    height: 25%;
    display: flex;
}

.logo>img {
    width: 252px;
    height: 80px;
}

.form {
    width: 300px !important;
}

.input-form {
    margin-bottom: 20px;
}

.input-form,
.button {
    width: 282px;
    height: 56px;
    padding: 18px 0px 19px 15px !important;
}

.input-component {
    position: relative;
}

.input-component>.btn-show {
    position: absolute;
    right: 19px;
    top: 2px;
    padding: 20px;
    cursor: pointer;
    /*     color: #868DB4; */
}

.input-component>.btn-show-red {
    position: absolute;
    right: 19px;
    top: 2px;
    padding: 20px;
    cursor: pointer;
}

.btn-show-red {
    filter: invert(20%) sepia(98%) saturate(5463%) hue-rotate(349deg) brightness(87%) contrast(104%);
}

.la-laguna-logo {
    display: flex;
    align-items: end;
    padding: 0px 0px 43px 110px;
    height: 25%;
}

.lost {
    color: #868DB4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.lost:hover {
    color: #E1101E;
}

.formulario {
    height: 50%;
}

.error {
    color: #E1101E;
}