@import url("baseNew.css");

body {
    background-color: #ffffff;
}

.layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
    background-image: url(../images/en/ssc_online.png); 
    background-repeat: no-repeat; 
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 300px; /* Hauteur adaptée pour le logo */
}

#mulitilingual a {
    color: #897867;
}

.text {
    color: #897867;
}

.forgotpassword a {
    color: #6a1b32;
}
