.main-container {
    margin: 0 !important;
    max-width: 100%;
    padding: 0 !important;
}

.container-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.user-login {
    position: sticky;
    padding: 5rem 8rem 0 6rem !important;
    background: white;
    z-index: 9;
    height: 100%;
    width: 100% !important;
}
.logo {
    width: 26.6rem;
     
}

.hero {
    font-family: 'Scotia', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 4.1rem;
    margin: 0;
}

.margin-xs-24--top {
    margin-top: 2.4rem;
}

.margin-xs-18--top {
    margin-top: 2.0rem;
}

.margin-xs-12--top {
    margin-top: 1.1rem;
}

.desktop-login-img {
    top: 0;
    display: flex;
    padding: 0 !important;
    height: 100%;
    max-width: 50% !important;
}

.desktop-login-img img {
    transform: scale(1);
    transform-origin: top;
    -webkit-transform-origin-x: left;
}

.tablet-login-img img {
    width: 100%;
}

.tablet-login-img {
    top: 0;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

.link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #007eab;;
    font-family: Scotia Bold, Arial, Helvetica, "sans-serif";
    font-size: 19px;
    outline: none;
    padding: 0;
    text-decoration: none;
    width: -moz-fit-content;
    font-weight: 600;
}

.link:hover, .link:focus {
    color: #007eab;
    cursor: pointer;
}

.link__text {
    color: #474445;
}


.form__input, .form__input-group {
    cursor: pointer;
    position: relative;
}
.input-text {
    padding-left: 2rem !important;
    width: 100%;
    height: 2rem;
    font-size: 1.3rem;
    border: none; /* Sin bordes */
    border-bottom: 2px solid #ccc; /* Color predeterminado */
    outline: none;
    color: #949494;
}
.highlight-border:hover {
    color: #007eab !important;
}


.text-label{
    padding-left: 2.5rem!important;
    width: 100%;   
    height: 2.5rem;
    font-size: 1.5rem;
}

.select-text {
    width: 100%;   
    height: 2.5rem;
    font-size: 1.5rem;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: 0;

}

.icono {
  position: absolute;
  padding:0.1rem;
  pointer-events: none;
  font-size: 1.5rem;
  
}

.svg-icon{
    position: absolute;
    pointer-events: none;
}

.btn-login{
    font-family: Scotia Bold;
    font-size: 1.5rem;
    font-weight: initial;
    letter-spacing: 0rem;
    line-height: 1.6rem;
    border: .1rem solid;
    border-radius: .8rem;
    padding: 0 3.6rem;
    text-decoration: none;
    background-color:#F9BA5D;
    border-color: #F9BA5D;
    color: #0c0101;
    min-height: 2.5rem;
    min-width: 11.8rem;
    width: 100%;
    height: 4rem;
    cursor: pointer;
}

.icono-back{
    padding: 0.5rem;
    pointer-events: none;
    font-size: 1.5rem;
}
.button-back{
    border:none;
    background: white;
}

.button-back:hover, .button-back:focus {
    color:#ec111a;
    cursor: pointer;
}

.desktop-login-img {
    position: absolute; 
    top: 0;
    right: 0; 
    height: 100vh; 
    width: 50%; 
    overflow: hidden; 
}

.desktop-login-img img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}


.icono-candado {
    width: 24px;
    height: auto;
    margin-right: 8px; 
    vertical-align: middle; 
    position: relative;
    top: 50%; 
    transform: translateY(100%); 
}

/* Aplica el color #007eab al borde inferior del campo de contraseña cuando está enfocado */
.input-text[type="password"]:focus {
    border-bottom: 2px solid #007eab; /* Ajusta el grosor de la línea según prefieras */
    outline: none;
}

/* Opcional: agrega una transición suave al borde inferior */
.input-text[type="password"] {
    transition: border-bottom-color 0.3s ease;
}

.input-text[type="text"]:focus {
    border-bottom: 2px solid #007eab; /* Ajusta el grosor de la línea según prefieras */
    outline: none;
}

/* Opcional: agrega una transición suave al borde inferior */
.input-text[type="text"] {
    transition: border-bottom-color 0.3s ease;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container-form {
        flex-direction: column-reverse;
        height: auto;
        overflow-x: visible;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .desktop-login-img {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .user-login {
        padding: 4rem 10rem 0 !important;
        max-width: 100% !important;
    }
}

@media (min-width: 922px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 1.5rem;
    }
}


.footer{
  padding: 20px;
  text-align: center;
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}