header.headband {
    background: url(../img/header_doctor.jpg) no-repeat center;
}
/* Remove the doctor button */
#doctor-button {
	display: none;
}
/* Increase the patient size button */
#patient-button {
	margin: auto;
	width: 100%;
}
/* Remove the first connection button */
#first-time {
	display: none;
}

/* Replacement of the first french label */
span#label1_fr{
	visibility: hidden;
	position: relative;
}

span#label1_fr:after{
    visibility: visible;
    position: absolute;
    left: 0;
    transform: translateX(220px);
    content: "Numéro d'examen (Ex: 123)"; /*to mofify*/
}

/* Replacement of the second french label */
span#label2_fr{
	visibility: hidden;
	position: relative;
}

span#label2_fr:after{
    visibility: visible;
    position: absolute;
	width: 600px;
    top: 0;
    left: 0;
    transform: translateX(220px);
    content: "Date de naissance du Patient (Ex: 1993-02-24)"; /*to mofify*/
}

/* Move the second placeholder */
input#birthdate{
	position: relative;
	transform: translateX(220px);
}

/* Move the first placeholder */
input#id{
	position: relative;
	transform: translateX(220px);
}
/* Move the second placeholder */
button{
	position: relative;
	transform: translateX(220px);
}


