@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/alliedwealth_online.png); 
    background-repeat: no-repeat; 
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 400px; /* Hauteur adaptée pour le logo */
}

#mulitilingual a {
    color: #2D4E6B;
}

.text {
    color: #2D4E6B;
}

.forgotpassword a {
    color: #2D4E6B;
}

.entryfield { background-color: #EEEEEE; font-size: 10px; color: Black; font-family: sans-serif; }