@import url("baseNew.css");

body {
    background-color: #ededed;
    background-image: url(../images/en/provisus_online.jpg); 
    background-repeat: no-repeat; 
    background-position: left top;
    background-size: contain;
}

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

#content {
    position: relative;
}

#maincontent {
    background: rgba(255, 255, 255, 0.50);
    
    position: absolute;
	bottom: 10px;
	left: 0;
}

#mulitilingual a {
    color: black;
}

#credentials {
   gap: 5px;
}

.username, .password {
   gap: 5px;
}

.text {
    color: black;
}

.forgotpassword a {
    color: #254D55;
}

.forgotpassword a:hover {
color: #000000;}