* {font-family: Arial;}
.login-form .form-label-space {width: 170px}
.login-form .form-value-space {width: 230px}

.registration-form .form-label-space {width: 140px;}
.registration-form .form-value-space {}

.validation-advice {
	width: 300px;
	color: #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
