@import url("baseNew.css");

body {
    background-color: #27517B;
    background-image: url(../images/en/stonehavenprivatecounsel_logo.png), url(../images/en/stonehavenprivatecounsel_online.png); 
    background-repeat: no-repeat, no-repeat; 
    background-position: top center, center;
    background-size: auto, cover;
}

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

#maincontent {
    background: rgba(255, 255, 255, 0.51);
}

#mulitilingual a {
    color: blue;
}

.text {
    color: blue;
}

.forgotpassword a {
    color: #BD9663;
}