.full-account-form {
	max-width: 500px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	background-color: #f9f9f9;
}
.full-account-form p {
	margin-bottom: 15px;
}
.full-account-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.full-account-form input[type="text"],
.full-account-form input[type="email"],
.full-account-form input[type="password"],
.full-account-form textarea {
	width: 100%;
	padding: 8px;
	border: none;
	border-radius: 30px;
	background-color: #FFFFFF !important;
}
.full-account-form input[type="submit"], .full-account-form button[type="submit"] {
	background-color: #1B1B1B;
	color: white;
	padding: 20px 30px !important;
	border: none;
	border-radius: 30px;
	cursor: pointer;
}
.full-account-form p:has(input[type="submit"]), .full-account-form p:has(button[type="submit"]) {
	text-align: center;
}
.full-account-form input[type="submit"]:hover, , .full-account-form button[type="submit"]:hover {
	background-color: #929292;
}
.full-account-form input:focus-visible:not([type="button"]):not([type="submit"]),
.full-account-form textarea:focus-visible {
	outline: none !important;
}
.full-account-form .g-recaptcha {
	display: grid;
	justify-items: center;
}
.full-account-form h4 {
	margin-top:15px; border-bottom:1px solid #ddd; padding-bottom:5px;
}
.full-account-form img {
	border-radius:50%; margin-bottom:10px;
}
.full-account-errors, .full-login-errors {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 12px;
	background-color:rgba(249, 83, 108,0.05);
}
.full-error-title{
	padding: 8px 10px 8px 10px;
	font-family: "Signika", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #F9556D;
	box-shadow: 0px 5px 10px -5px rgba(249, 83, 108, 0.3);
}
.full-error-desc {
	padding: 10px 10px 10px 10px;
	font-family: "Signika", Sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #F9556D;
}
#full_login_form {
	border: none !important;
	margin:0px !important;
}
#full_login_form submit:hover {
	backgound-color: #929292;
}
#full_lostPwd {
    width:100%;
    text-align: center;
}
#full_lostPwd a small:before {
	content: "\e603";
	margin-right: 6px;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;	
}
.google-btn, .apple-btn {
	width:50%;
	margin: 0px 4px;
}
#full_socials {
	display:inline-flex;
	width:100%;
}
#full_registration_message {
	text-align: justify;
}
.full-account-form input:invalid, .full-account-form input:invalid:required {
	background-color: #f4f3f4 !important;
}
.full-account-form input:valid {
	border: 1px solid #E4E4E4 !important;
}
#full_account_avatar, #full_logo_label, .full-banniere {
	text-align: center;
	padding-top: 15px;
}
#full_profil_avatar, #full_store_logo, #full_banniere_img {
	text-align: center;
}
#full_profil_avatar img, #full_store_logo img {
	border-radius: 50px !important;
	margin: 0 auto;
}
.password-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}
.password-wrapper .toggle-pass {
	position: absolute;
	top: 40%;
	right: 10px;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	color: #666;
}
.password-wrapper .toggle-pass:hover, .password-wrapper .toggle-pass:focus {
	color: #000;
	background: none;
}
.password-wrapper .toggle-pass svg {
	width: 20px;
	height: 20px;
	pointer-events: none;
}
.reinit-mdp {
	display: inline-block;
}
.reinit-mdp a {
	color: #AD3358 !important;
}
.reinit-mdp a:before {
	content: "\e603";
	margin-right: 6px;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
#store-desc {
	min-height: 10vh;
}
