.sesion-contenedor{
    background-color: white;
}

@media screen and (min-width: 320px) {
    .sesion-contenedor{
        width: 450px;
        padding: 20px 30px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 576px) {
    .sesion-contenedor{
        width: 450px;
        padding: 20px 30px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 768px) {
    .sesion-contenedor{
        width: 450px;
        padding: 20px 30px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 992px) {
    .sesion-contenedor{
        width: 350px;
        padding: 20px 30px;
        border-radius: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .sesion-contenedor{
        width: 350px;
        padding: 20px 30px;
        border-radius: 10px;
    }
}