/********************/
/* FORMS
/********************/

.form-input-box {
	width: calc(100% - 14px);
	padding: 15px 0px;
	padding-left: 10px;
	font-size: 100%;
	color: #333333;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}

.form-input-box[readonly] {
	background-color: #F6F6F6;
	border: none;
}

.form-button {
	color: white;
	padding: 15px 0px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	border: none;
	font-size: 1em;
	background-color: #007bff;
}

.form-label {
	background: #007bff;
	color: white;
	font-weight: 500;
	padding: 10px 10px;
	margin: 0 auto;
	cursor: pointer;
	width: calc(100% - 20px);
	margin-bottom: -10px; 
	display: block;   
	opacity: 0.65;  
	text-align: left;
}

.criteria-label {
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

.criteria-required {
	color: red;
}

.element-description {
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-top: -5px;
	text-align: left;
	color: gray;
	font-weight: 400;
}

.registration-text-input-field {
	font-family: 'Roboto', 'Signika', Helvetica, Arial, sans-serif;
	width: calc(100% - 22px);
	padding: 10px;
	font-size: 1.0em;
	color: #333333;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;      
}

.progress {
	height: 1.75em;
}