*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    min-height: 100vh;
    background-image: url("RECURSOS_GRAFICOS/FONDOS/fondo8.svg");
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    padding-right: 200px;
}

@media (max-width: 1920px){
    .container{
        width: 500px;
        height: 625px;
        max-width: 400px;
        max-height: 800px;
        padding: 30px 40px;
        position: absolute;
        right: 200px;
        border-radius: 15px;
        color: #000000;
        background-color: white;
    }

    .container h1{
        text-align: center;
        justify-content: flex-end;
        color: #2458e6;
        padding-top: 20px;
        margin-bottom: 1px;
        font-family: "Roboto", sans-serif;
    }
    .container h2{
        font-family: "Roboto", sans-serif;
        padding-top: 1%;
        margin-bottom: 10px;
        text-align: center;
        color: #b4b4b4;
        font-size: 15px;
    }


    .user_icon {
        width: 85px;
        height: 85px;
        display: block;
        margin: 10px auto 0 auto;
    }

    form{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .container h3{
        font-family: "Roboto", sans-serif;
        padding-top: 1%;
        margin-bottom: 1px;
        color: #2458e6;
        font-size: 15px;
        margin-top: 10px;
    }

    .container h4{
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        color: #2458e6;
        
        text-align: left;
        margin-bottom: 2px;
    }


    .data_user{
        border: 2px solid #dbebfc;
        display: flex;
        align-items: center;
        height: 30px;
        border-radius: 40px;
        padding: 20px;
        background-color: white;
        font-family: "Roboto", sans-serif;
        margin-bottom: 30px;
    }

    .data_user input{
        flex: 1;
        background-color: transparent;
        border: 0;
        text-align-last: center;
        outline: 0;
        font-size: 10px;
        color: #000000;
        min-width: 0;
        text-align: center;
    }

    .data_user:hover{
        border: 2px solid #5597dd;
        box-shadow: 0 0 15px #aed5ff;
        transition: 0.2s;
    }

    .data_user_pass{
        border: 2px solid #dbebfc;
        display: flex;
        align-items: center;
        height: 30px;
        border-radius: 40px;
        padding: 20px;
        background-color: white;
        font-family: "Roboto", sans-serif;
        margin-top: 1px;
    }

    .data_user_pass input{
        flex: 1;
        background-color: transparent;
        border: 0;
        text-align-last: center;
        outline: 0;
        font-size: 10px;
        color: #000000;
        min-width: 0;
        text-align: center;
    }

    .data_user_pass:hover{
        border: 2px solid #5597dd;
        box-shadow: 0 0 15px #aed5ff;
        transition: 0.2s;
    }

    .log{
        border-radius: 30px;
        border: 0;
        outline: 0;
        font-size: 15px;
        color: #2458e6;
        font-weight: 500;
        padding: 10px;
        cursor: pointer;
        background-color: #dbebfc;
        font-family: "Roboto", sans-serif;
    }

    .log:hover{
        color: #ebebeb;
        background-color: #2458e6;
        transition: 0.2s;
    }

    .Reg{
        border-radius: 30px;
        border: 2px solid #ffffff;
        outline: 0;
        font-size: 15px;
        color: #0fb330;
        font-weight: 500;
        padding: 10px;
        cursor: pointer;
        background-color: #6eff78;
        font-family: "Roboto", sans-serif;
    }

    .Reg:hover{
        color: #ebebeb;
        background-color: #0fb330;
        transition: 0.2s;
    }

    aside {
        position: relative;
    }

    .container_image{
        width: 850PX;              
        height: 600px;             
        background-color: transparent;   
        border-radius: 25px;      
        position: absolute; 
        right: 330px;
        top: -300px;
        
    }

    .container_image img{
        width: 700px;
        height: 700px;
        position: absolute;
        right: 100px;
        top: -50px;
    }

    .unab{
        width: 200px;
        height: 100px;
        position: absolute;
        right: 100px;
    }

    .data_user input:focus::placeholder{
        color: transparent ;
    }

    .data_user_pass input:focus::placeholder{
        color: transparent ;
    }
}


@media (max-width: 500px){

    .container{
        width: 500px;
        height: 750px;
        max-width: 400px;
        max-height: 800px;
        padding: 30px 40px;
        position: absolute;
        right: 50px;
        border-radius: 15px;
        color: #000000;
        margin-top: -100px;
        margin-right: -35px;
        background-color: rgb(255, 255, 255);
        
    }

    .container_image{
        width: 450PX;              
        height: 300px;             
        background-color: transparent;   
        border-radius: 25px;      
        position: absolute; 
        right: -450px;
        top: -50px;
        
    }

     .container_image img{
        width: 350px;
        height: 350px;
        position: absolute;
        right: 297px;
        top: 50px;
    }

    .container h1{
        text-align: center;
        justify-content: flex-end;
        color: #2458e6;
        padding-top: 10px;
        margin-bottom: 1px;
        font-family: "Roboto", sans-serif;
    }

    .user_icon {
        width: 85px;
        height: 85px;
        display: block;
        margin: 10px auto 0 auto;
    }

    .unab{
        width: 200px;
        height: 100px;
        position: absolute;
        right: 95px;
        top: 650px;
    }

    

}


