@font-face {
    font-family: 'JosefinSans-Bold';
    src: url(../fuentes/JosefinSans-Bold.ttf);
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'JosefinSans-Regular';
    src: url(../fuentes/JosefinSans-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JosefinSans-Light';
    src: url(../fuentes/JosefinSans-Light.ttf);
    font-weight: lighter;
    font-style: light;
}


body {
    display: flex;
    align-items: center;
    justify-content:center ;
    background: linear-gradient(180deg, rgba(218,87,210,1) 0%, rgba(143,120,227,1) 65%, rgba(68,153,244,1) 100%);
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
    padding: 0; 
}

#content-main {
    background-color: rgba(255,255,255,1);
    border-radius: 40px;
    font-family: poppins;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.login{

height: auto;
display: flex;
flex-direction: column;
align-content: center;
flex-wrap: wrap;
justify-content: center;
align-items: center;

}
.content {
    
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 1;
}

.titulo{
    font-family: 'JosefinSans-Bold' !important;
    text-align: left !important;
    color: black !important;
    font-size: 50px !important;
    line-height: 1.5 !important;
}

.content a {
    text-decoration: none;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
}

.content h1 {
    font-family: 'JosefinSans-Regular';
    font-weight: bold;
    text-align: center;
    color: rgba(218,87,210,1);
    font-size: 1.5em; 
    line-height: 1.5;
}

.login{
    width: 50vh;

}
.errornote{
    color: red;
    font-style: italic;
    font-size: 0.8em;
    max-width: 80%;
    margin: 0 auto;
    


}


.login h2, .login1 h2 {
    font-family: 'JosefinSans-Regular';
    font-style: normal;
    font-weight: lighter;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px; /* Espacio consistente entre elementos */
    color: rgba(218,87,210,1);
}

#BienvenidaTxt{
    font-family: 'JosefinSans-Regular';
    font-style: bold;
    font-size: 1.3em;
    font-weight: bold;
    color: rgba(218,87,210,1)
}

.login .input, .login1 .input {
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
}

.login .input .input1, .login1 .input .input1 {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-family: 'JosefinSans';
    border: none;
    outline: none;
    color: #000000;
    width: 90%;
    background-image: linear-gradient(240deg, rgba(218,87,210,1) 0%, rgba(143,120,227,1) 65%, rgba(68,153,244,1) 100%);
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat; 
    margin-top: 20%;
}

.login .input i, .login1 .input i {
    position: relative;
    right: -370px;
    bottom: 27px;
    color: #000000;
}

.login .button, .login1 .button {
    display: flex;

    height: 40px;
    margin-bottom: 15px;
    justify-content: center;
}

button {
    width: 70%;

    background-color: #9191FF;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px;
    color: #fff;

    background-image: linear-gradient(240deg, rgba(218,87,210,1) 0%, rgba(143,120,227,1) 65%, rgba(68,153,244,1) 100%);
        cursor: pointer; /* Cambiar el cursor al pasar sobre el botón */
    
    
    
}

button:active {
    font-size: 25px;
}

.check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    color: #fff;
}

.check a {
    text-decoration: none;
    color: #fff;
}

.check a:hover {
    text-decoration: underline;
}

@media only screen and (max-width:992px) {
    .login1, .login {
        width: 100%;
        align-items: center;
        margin-top: 0%;
        padding: 50px;
   
    }

    #BienvenidaTxt{
        font-size: 1.2em;
    }


    .home {
        display: flex;
        align-items: center;
        background-position: center;
        background-size: cover;
        flex-direction: column;


        border: none;
    }
    .content img{
        width: 130px;
        height: 130px;
        margin-top: 35px;
    }
    .content h1{
        display: none;
    }
    #content-main {
        margin-top: 20px;
        max-width: 90%;
        
    }
    .login h2{
        margin-bottom: 0px;
    }

}

@media only screen and (min-width:992px) {
    .home {
        width: auto ;

        position: absolute;
        top: 50%;
        left: 50%;
        height: 60%;
        transform: translate(-50%, -50%);  
        background-position: center;
        background-size: cover;
        display: flex;
        gap: 100px;
        justify-content: space-between;
   
        border: 1px solid black;
        border: none;
    }
    #content-main {
      
        border-radius: 40px;
        display: flex;
        flex-direction: column;
    }

    .content img {
        width: 340px;
        height: 340px;
    }
    
}


/* @media only screen and (min-width:992px) {
    .content{
        margin-right: 200px;
    }
} */