body {
    margin: 0;
    padding: 0;
    background-size: cover;
    font-family: sans-serif;
}


.loginBox {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 560PX;
    padding: 70px 20px;
    box-sizing: border-box;
    background: rgba(10, 66, 29, 0.63);
    border-radius: 10px;


}

.user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(-100px/2);
    left: calc(50% - 50px);
}

#scrol {
    height: 400PX;
    overflow: auto;
    scrollbar-color: #a6aca8 transparent;
    margin-top: 10px;
    margin-bottom: 10px;

}

h4 {
    margin: 0;
    padding: 0 0 10px;
    color: #98c4d5;
    text-align: center;
}

#afficher_message {

    color: red;

}

.loginBox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}

.loginBox #cmbsexe {
    width: 97%;
    margin-bottom: 20px;
}

.loginBox input {
    width: 97%;
    margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"],
#cmbsexe {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 30px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

::placeholder {
    color: rgba(255, 255, 255, .5);
}