/* 
 * ---------------------------------------------------------------------
 * Filename:            usmb.css
 * Description:         Design for the moveon 4 Form and Portal
 * Website:             moveon4.com
 * --------------------------------------------------------------------- 
 */
 
.pageCover {
    background: url(https://static.moveonfr.com/fr-usmb/logo_ACCENTS_CMJN_impression.jpg) no-repeat scroll 0 25px rgba(0, 0, 0, 0);
    min-height: 300px;
    padding-top: 200px;
    position: relative;
    background-size: 30%;
}




.loginContainer:before {
float:right;
font-weight: bold;
color : red;
content: "Si vous avez déjà un compte, reconnectez-vous ici. / If you already have an account, please log in below";
}
.loginContainer{
	float:right;
}

.registerContainer:before {
float:left;
font-weight: bold;
color : red;
content: "Afin d'accéder au formulaire, merci de vous créer des identifiants et un mot de passe / In order to access the form, please create a login and password.";
}
.registerContainer:
{
	float: left;
}
