@import url("baseNew.css");

body {
    background-color: #ffffff;
    background-image: url(images/portfoliostewards_online.png); 
    background-repeat: no-repeat; 
    background-position: center top;
    background-size: contain;
}

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

#maincontent {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(0px);
    max-width: 150px;
}

#mulitilingual a {
    color: black;
}

.text {
    color: black;
}

.forgotpassword a {
    color: black;
}