@charset "UTF-8";
/* CSS Document */

body {
	font-size: 16px;
	line-height: 18px;
}


.dom_stato_red {
	color: red;
}
.dom_stato_orange {
	color: orange;
}
.dom_stato_green {
	color: #0DAF25;	
}
.dom_stato_grey {
	color: #A8ACA9;	
}
.feel_link {
	all: inherit !important;
	cursor: pointer !important;
	color: #06c !important;
}


.button1 {
	float: left;
	padding: 15px 25px;
	font-size: 16px;
	background-color: #3ea8ff79;
	font-weight: bold;
	margin: 0 1px 0 0;
	text-decoration: none;
}
.button1.active,
.button1:hover {
	color: white;
	background-color: #06c;
	text-decoration: none;
}





/* ################################## LOGIN ###################################### */

html, body {
	height: 100%;
}
body#login_body {
	display: flex;
	/*height: 100%;*/
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}
.LoginRegisterPro {
	margin: auto;
	text-align: center !important;
	max-width: 500px;
	width: calc(100% - 20px);
}
.LoginForm.InputfieldForm,
.InputfieldPassword input {
	width: 100% !important;
	/*max-width: 330px;*/
	/*padding: 15px;*/
	/*margin: auto;*/
}
.LoginRegisterPro .Inputfield:not(.InputfieldSubmit) {
    margin: 0 !important;
    padding: 0 !important; 
    border: none !important;
    background: none !important;
}
.InputfieldMaxWidth,
.InputfieldContent input {
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
	background-color: white !important;
	width: 100% !important;
    margin: 6px 0px !important;
   	font-size: 17px !important;
	font-weight: 400 !important;
    padding: 12px 16px !important;
    height: auto !important;
}
#Inputfield_login_submit,
#submit_forgot,
#register_submit {
	border-radius: 4px; 
	margin: 6px 0px 25px;
}
.LoginRegisterLinks {
	list-style: none;
    margin: 0 0 5px;
    padding: 0px;
    width: 100%;
    text-align: left;
}
.InputfieldContent p.description {
	font-size: 14px;
	color: #8F8F8F;
}
.Inputfield_register_pass div.InputfieldContent {
	display: block;
    text-align: left;
	position: relative;
    /*border-bottom: 1px solid #A2A2A2;*/
    /*padding: 15px 0;*/
}
.Inputfield_register_pass div.InputfieldContent p.description {
	position: absolute;
    top: 60px;
    font-style: italic;
    font-size: 12px;
}
.pass-scores {
	display: block;
    text-align: left;
	margin: 20px 0px 0px 0px;
}
.Inputfield_profile_recaptcha div.InputfieldContent {
	display: inline-flex;
    align-content: center;
    margin: 0 0 20px 0;
}
