@charset "utf-8";
.myForm {
    width:100%; 
	max-width:100%;
	margin:0 auto;
	border:solid 1px #dee2e6;
	border-radius:10px;
	padding:10px;
}
.mylogin {
    width:600px;
    max-width:100%;
    margin:0 auto;
    border:solid 1px #dee2e6;
	border-radius:10px;
	padding:10px;
}
.myLogo {
    width:600px;
    max-width:100%;
    width: 10%;
	margin:0 auto;
}
.titreForm {
    width:600px;
	max-width:100%;
    margin:0 auto;
    font-size: large;
    font-style: oblique;
    font-weight: bold;
}
.listeDeroulante {
    font-size:medium;
    font-size: 100%;
    font-style: oblique;
    font-weight: bold;
}
#photoPreview {
    max-width: 25%;
    height: auto;
    display: none;
}
.photo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}