/**************************************************************************************
 *								LIEN MOT DE PASSE OUBLIE
 **************************************************************************************/

#auth #reset_pwd_txt{
	margin-top: 3px;
	text-shadow: none;
	color: var(--link-text-color);
	text-shadow: var(--link-text-shadow);
	font-size: .65em;
	cursor: pointer;
}
#auth #reset_pwd_txt:hover{
	color: var(--link-hover-text-color);
	text-shadow: var(--link-hover-text-shadow);
}

/**************************************************************************************
 *					FORMULAIRES RESET ET CHANGEMENT DE MOT DE PASSE
 **************************************************************************************/

.content {
    display: flex;
    flex-direction: column;
}

#reset_txt,
#change_pwd_txt{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
}


#reinit .form-content,
#change_pwd .form-content{
	display: flex;
	flex-direction: column;
}

.form-content .champ {
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.form-content .email {
	height: 35px;
	padding-top: 10px;
    align-items: flex-start;
}

#reinit #reset_email_info,
#change_pwd #reset_email_info{
	margin-top: 3px;
	text-shadow: none;
	font-size: .65em;
}
#reinit .nomChamp,
#change_pwd .nomChamp{
	width: 100px;
	text-align: left;
}
#change_pwd .nomChamp{
	font-size: 0.8em;
}
#reinit input.paramChamp{
    width: 170px;
}
#change_pwd input.paramChamp{
	width: 150px;
}

#reinit #reset_result_success_message,
#change_pwd #change_pwd_result_success_message{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#reinit #reset_result_success_message div,
#change_pwd #change_pwd_result_success_message div{
	margin: 5px;
}

#reinit .buttons,
#change_pwd .buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}