/**
* Login Form
*/

.login-form {
    width: 28rem;
    background-color: white;
    /* display: flex;
    flex-direction: column; */
    position: relative;
    padding: var(--padding-4);
}

/* .login-form img {max-height: 5rem;} */

/**
* Login Landscape
*/

.login-landscape {
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../images/ImagenLogin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: calc(100vw - 32rem);
    justify-content: center;
    align-items: center;
}

.error-code {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.email-label {
    width: 100%;
    text-align: center;
}

.login-landscape img {
    width: 35rem;
    height: 13.7rem;
    padding: var(--padding-4);
}

@media (min-width: 1480px) {
    .login-landscape img {
        width: 55rem !important;
        height: 20rem;
    }
}

.logo-login {
    width: 23rem;
    height: 9rem !important;
}

.bottom-form {
    position: absolute;
    bottom: 4rem;
    width: calc(100% - var(--padding-4) * 2) !important;
}


.main {
    display: flex;
}

.bg-danger {
  background-color: #EB415B !important;
}
.bg-success {
  background-color: #51A8A3 !important;
}
.bg-warning {
  background-color: #FABE18 !important;
}

.side-one {
    width: 600px !important;
    height: 717px;

    padding: 45px 45px 20px 45px;
}

.side-two {
    background-size: 100% !important;
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../../images/ImagenLogin.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: calc(100vw - 38rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.element-two {
    width: 75%;
    height: auto;
}

.element-two img {
    width: 100% !important;
  
}

.side-one-content {
 
    background-color: white;
    border-radius: 15px;
    width: 100%;
}

.item-one {
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.item-one img {
 
    height: 180px !important;
    width: 180px !important;
}

.item-two {
    height: 60vh;
    padding-left: var(--padding-4);
    padding-right: var(--padding-4);
}

.item-three {
    height: 10vh;
    padding-left: var(--padding-4);
    padding-right: var(--padding-4);
    text-align: center;
}

@media (max-height: 820px) {
    .pt-5 {
        padding-top: 3rem !important;
    }

    .mt-3 {
        margin-top: 2rem !important;
    }

    .item-one img {
        width: 45% !important;
    }
}

/**
* Set password Landscape
*/

.set-password-landscape {
    background-color: var(--primary-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../images/LoginImagenBackground.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    width: calc(100vw - 32rem);
    justify-content: center;
    align-items: center;
}

/**
* Set password Form
*/

.set-password-form {
    border-radius: 1rem;
    width: 40rem;
    background-color: white;
   
    position: relative;
    padding: var(--padding-4);
    padding-top: 0;
}

.logo-set-password {
    width: 15rem;
    height: 10rem;
}

.logo-set-password img {
    width: 100%;
    height: auto;


}

.font-sz-1-5-r {
    font-size: 1.5rem;
}

.font-primary {
    font-family: "Montserrat" !important;
    color: #0D1C2C;
}
.font-secondary{
    font-family: sans-serif;
    font-weight: 200;       
    font-style: normal;    
    font-size: 12px;     
    line-height: 100%;      
    letter-spacing: -0.02em; 
}

.btn-recover:disabled {
   
    opacity: 1 !important; 

     background-color: #3B485833 !important; 
}
.gotham-text {
    font-family: 'Montserrat' !important;
    font-weight: 400;
    font-style: normal;

    line-height: 120%;
    letter-spacing: -2%;

    color: #868686 ;
}

.gotham-text h4{
    color: #0e0d0d !important;
    font-size: 20px ;
     line-height: 120%;
    letter-spacing: -2%;
}

.a-btn-ok {
    background-color: #25160F;
}
.a-btn-ok:hover {
    color: #FFFFFF !important; 
  
    background-color: #3B485833;
;
}

.estilo-input-gotham {
    font-family: 'Gotham'!important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 120% !important;
    letter-spacing: 0.02em !important;
}




