
.contentlogin {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height : 60%;
    width : 90%;
}

.header {
    width : 80%;
    height : 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

i {
    font-size : 200%;
}

.formlogin {
    height : 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.option {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.buttonConnection {
    margin-top : 1%;
}
