body{
	font-family: "Inter-Regular";
	color: #667085;
}
.vh-100{
	height: 100vh;
}
.small-logo{

}
.logo-text{
	color: #009ED8;
	font-weight: 600;
	font-size: 47px;
}
.default-font-size{	
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;	
}
.login-heading{
	color: #2B2F38;
	font-weight: 600;
	font-size: 30px;
	line-height: 55px;	
}
.regiration-form-wrapper .login-heading{
	line-height: 40px;	
}
.login-sub-heading{
	color: #667085;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.regiration-form-wrapper .login-sub-heading{
	line-height: 20px;	
}
.default-font-color{
	color: #48505E;
}
.default-blue-font-color{
	color: #B20404;
}
.login-form label{
	color: #48505E;
	margin-bottom: 4px;
	font-size: 15px;
}
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"],
.login-form select,
.login-form textarea{
	color: #48505E;
	border: 1px solid #D0D5DD;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 15px;
}
.login-form textarea{
	resize: none;
}
.login-form input[type="submit"]{
	padding: 10px 18px;
}
.error-message{
	position: relative;
}
.error-message input[type="text"],
.error-message input[type="email"],
.error-message input[type="password"],
.error-message select,
.error-message textarea{
	border: 2px solid #EB5757;
}
.error-message:after{
	position: absolute;
    right: 5px;
    top: 38px;
    background: url(../images/error-icon.svg);
    content: "";
    width: 24px;
    height: 24px;
}
.error-message-text{
	color: #EB5757;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}
.uploader-wrapper{
	border: 1px dashed #0885864D;
	padding: 10px;
}
.uploader-wrapper span{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #676767;
	display: block;
}
.uploader-wrapper b,
.uploader-wrapper b span{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #333333;	
	display: block;
}
.uploader-wrapper b span{
	color: #009ED8;
	display: inline-block;
}
#descrizioneStudioAmministratore{
	height: 153px;
}
.form-group select{
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;	
  height: 42px;
}