html{
    height: 100%;
}

body{
    background-color: #EEE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    background-image: url(images/Other/Regiment_de_Callahan.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0px;
    margin: 0px;
}

.message{
    position: absolute;
    top: 0px;
}

.login{ 
    overflow: hidden;
    padding: 10px 10px;
}

.error{
    color:red;
}

input{
    width: 100%;
    margin: 2px;
    text-align: center;
    font-size: larger;
}

.connect{
    height: 40px;
    background-color: green;
    border: none;
    cursor: pointer;
}

.connect:hover{
    background-color: lightgreen;
}