
h1{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.bodyIndex{
    background: black; 
    background-image: url("background.jpg"); 
    background-position: center; 
    background-size: cover;
    max-width: 100%;
    max-height: 100%;
}

.divLogin{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.logoIndex{
    width: 70%;
}

.loginH1{
    color: white;
    font-size: 100%;
}

.loginH2{
    color: white;
    font-size: 250%;
}

.pass{
    background-color: transparent;
    color: whitesmoke;
    text-align: center;
    margin-bottom: 5%;
    height: 30px;
    border-left: 10px;
    border-top: 10px;
    border-right: 10px;
    border-radius: 4px;
}