* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: white;
}

body {
    background: linear-gradient(#1354A5 0%, #041832 33.33%, #041832 66.67%, #01080E 100%); 
    height: 100vh;
    display: flex; 
    align-items: center;
    justify-content: center;
    
}

body::before {
    background-image: url("img/candado.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.container {
    width: 80%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    border: 1px solid #1875E8;
    box-shadow: 4px 4px 20px 0px rgba(1, 8, 14, 0.15);
    background-image: url("img/Ruido.png");
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.container__contenido {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.container__informacion {
    flex: 1;
    padding: 3rem;
    
}

h1 {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 2rem;
}

.container__texto {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    
}

.container__texto-azul {
    color: #1875E8;
    display: block;
}

.container__campo {
    display: flex;
    align-items: center;  
    margin-bottom: 12px;
    margin: 30px;
    gap: 2rem;  
}

.texto__parrafo {
    color: #FFF;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;  
}

.container__input {
    width: 148px;
    height: 72px;
    border-radius: 16px;
    background-color: #FFF;
    border: none;
    color: #535353;
    padding: 2rem;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    
}

.boton{
    color: white;
    font-size: 1.5rem;
    border: none;
    background-color: #1875E8;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    width: 243px;
    height: 72px;
    box-shadow: 0px 0px 20px 0px rgba(24, 117, 232, 0.50);
    cursor: pointer;
}

.boton__limpiar{
    color: black;
    font-size: 1.5rem;
    border: none;
    background-color: white;
    margin-left: 30px;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    width: 243px;
    height: 72px;
    box-shadow: 0px 0px 20px 0px rgba(24, 117, 232, 0.50);
    cursor: pointer;
}

.container__contrasena {
    width: 496px;
    height: 72px;
    border-radius: 16px;
    background-color: #FFF;
    border: none;
    color: #1875E8;
    margin: 50px;
    padding: 2rem;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

/* Media queries */

/* Teléfonos pequeños */

@media (max-width: 480px){

    .container{
        min-height: 80vh;
    }

    .container__informacion{
        padding: 0rem;
    }

    h1{
        font-size: 30px;
        width:10px;
        padding: 10px;
        margin-left: 5%;
    }

    .container__campo{
        display: block;
        margin-left: 2%;
        gap: 40px;
    }

    .texto__parrafo{
        font-size: 20px;
    }

    .container__input{
        width:150px;
    }

    .boton{
        display:block;
        margin-top: 40px;
        margin-left: 5%;
        margin-bottom: 20px;
        height:60px;
        width:70vw;
    }

    .boton__limpiar{
        margin-left: 5%;
        height:60px;
        width:70vw;
    }

    .container__contrasena{
        height:60px;
        width:70vw;
        margin-top: 20px;
        margin-left: 5%;
        margin-bottom: 0px;
    }
}

/* Teléfonos medianos */

@media (min-width:481px) and (max-width:768px){
    .container{
        min-height: 90vh;
    }

    h1{
        font-size: 60px;
    }

    .container__campo{
        display: block;
        gap: 40px;
    }

    .container__input{
        width:450px;
    }

    .boton{
        display:block;
        margin-top: 80px;
        margin-bottom: 20px;
        width: 450px;
    }

    .boton__limpiar{
        margin-left: 0px;
        width: 450px;
    }

    .container__contrasena{
        width:450px;
        margin-left: 0px;
    }
}

/* Tabletas */

@media (min-width:769px) and (max-width:1024px){
    .container{
        min-height: 90vh;
    }

    h1{
        font-size: 60px;
    }

    .container__campo{
        display: block;
        gap: 40px;
    }

    .container__input{
        width:450px;
    }

    .boton{
        display:block;
        margin-top: 80px;
        margin-bottom: 20px;
        width: 60vw;
    }

    .boton__limpiar{
        margin-left: 0px;
        width: 60vw;
    }

    .container__contrasena{
        width: 60vw;
        margin-left: 0px;
    }
}


/* Laptops pequeñas */

@media (min-width:1025px) and (max-width:1280px){
    .container{
        min-height: 90vh;
    }

    h1{
        font-size: 60px;
    }

    .container__campo{
        display: block;
        gap: 40px;
    }

    .container__input{
        width:750px;
    }

    .boton{
        display:block;
        margin-top: 80px;
        margin-bottom: 20px;
        width: 750px;
    }

    .boton__limpiar{
        margin-left: 0px;
        width: 750px;
    }

    .container__contrasena{
        width: 750px;
        margin-left: 0px;
    }
}

/* Pantallas grandes */

@media (min-width:1281px){
    .container{
        min-height:70vh;
    }

    h1{
        display: flex;
        justify-content: center;
        font-size: 3rem;
    }

    .container__campo{
        display: block;
        width: 70vw;
        gap: 40px;
    }

    .container__input{
        width:30vw;
    }

    .botones{
        display: flex;
        gap: 20px;
    }

    .boton{
        margin-top: 80px;
        margin-bottom: 20px;
        width: 30vw;
    }

    .boton__limpiar{
        margin-top: 80px;
        margin-left: 0px;
        width: 30vw;
    }

    .container__contrasena{
        width: 70vw;
        margin-left: 0px;
    }
}
