﻿#contenedorLogin {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

label {
    margin: 10px;
    font-size: 20px;
}

#botonIniciarSesion {
    margin: 30px;
}

#title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px;
}



input {
    font-size: 20px !important;
    /*width:270px*/
    width: 150px
}

p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#titleUsuarioIncorrecto {
    color: orangered;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

