html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    color: #3b484a;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.row.no-overflow {
    --bs-gutter-x: 0;
    /* sin gutters para que no sumen ancho */
    margin-right: 0 !important;
    margin-left: 0 !important;
    overflow-x: hidden;
    /* evita desborde dentro del row */
}

.sticky-side {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    /* evita que algo interno genere overflow */
    max-width: 100%;
}

.sticky-side img {
    max-width: 100%;
    /* por si la ilustración viene más ancha */
    height: auto;
    display: block;
}

.login100-form-label {
    color: #006874;
    font-weight: 600;
    font-size: 14px;
}

.login100-form-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 0;
    color: #000000;
}

.login-header {
    position: relative;
    min-height: 32px;
    margin-bottom: 30px;
    /* altura de la fila de cabecera */
}

.login-header .btn-back {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    /* centra verticalmente el botón */
}

.icon-back {
    font-size: 22px;
    /* Ajusta al tamaño que quieras */
}

.login100-form-title {
    display: block;
    text-align: center;
    /* mantiene el título centrado */
}

.wrap-login100 {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.06);
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 137px 130px 137px 95px;
    z-index: 1;
}

.btn {
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    min-width: 2.375rem;
}

.login100-text-01 {
    color: #335264;
    font-size: 16px;
    font-weight: 500;
}

.login100-link-01,
.login100-link-01 a,
.login100-link-01 a:focus,
.login100-link-01 a:active {
    color: #006975;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.login100-link-01:hover {
    color: #01b2c5;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

/*CSS IMAGEN*/
.login-img {
    /* background: url("{{ asset('storage/images/campaign/1-d6f58c7123-ca6abba726.jpg') }}") no-repeat; */
    background: #01b2c5;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: none;
}

.login-img:before {
    background: none;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}

.input-group-text {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    line-height: 0.9;
}

.input100 {
    border-radius: 8px;
    line-height: 1.5;
    font-weight: 400;

    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
