@import url("baseNew.css");

body {
    background-color: #ffffff;
    background-image: url(../images/fr/tma_online.jpg), url(../images/fr/tma_online_line.png); 
    background-repeat: no-repeat, repeat-x; 
    background-position: top, left top;
    background-size: contain, contain;
}

.layout {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:center;
}

#mulitilingual a {
    color: #002a5c;
}

#mulitilingual a:hover {
color: #788baf;}

.text {
    color: #002a5c;
}

.forgotpassword a {
    color: #002a5c;
}

.forgotpassword a:hover {
color: #788baf;}