@import 'variablesGlobales.css';
.panelGrandeLogin{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
input, button{
    outline: none;
}

.panelFormulario{
    width: 995px;
    height: 550px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 15px 27px 82px -30px rgba(0,0,0,0.75);
}
.titleTurnoMaster{
    color: #5509C1;
    display: flex;
    font-weight: bold;
}
#entrar{	
    border: none;
    padding: 10px 40px 10px 40px;
    border-radius: 25px;
    background-color: #5509C1 !important;
    color: white !important;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
  }
.imagenLogin{
    width: 50%;
    height: 100%;
}
.datosLogin{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.itemLogin{
    width: 80%;
    height: 50%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: gray;
}
.itemLogin::placeholder{
    color: gray;
    font-size: 18px;
}
.imtem2Login2{
    width: 100%;
    height: 16%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}