body{
    margin: 0 !important;
    height: 100vh !important;
}

.base{
    height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedor{
    height: auto;
    width: 300px;
}

.contenedor > span {
    font-size: 20px;
}

.cuadrado{
    background-color: #F6F6F6;
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    border-radius: 10px;
}

input{
    margin-bottom: 10px;
    height: 42px !important;
    width: 100% !important;
    box-sizing: border-box;
}

select{
    margin-bottom: 10px;
    height: 42px !important;
    width: 100% !important;
    box-sizing: border-box;
}