:root {
  --altezzaCarousel: 220px;
}

.regCont {
	display:flex;
	margin:auto;
	padding:0px;
	padding-top:20px;
	}

.regForm {
	min-width:500px;
	max-width:60vw;
	display:flex;
	padding:20px;

	box-shadow: -30px 30px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: -30px 30px 0px 0px rgb(0 0 0 / 30%);
	}
.regSx {
	min-width:200px;
	max-width:40vw;
	display:flex;	
	padding:30px;	
	font-size:1.8rem;
	font-weight:100;
	color:#ffffff;
	}
	
.logForm {
	min-width:350px;
	max-width:370px;
	padding:25px;
	min-height:400px !important;
	box-shadow: -30px 30px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: -30px 30px 0px 0px rgb(0 0 0 / 30%);
	}

a.mostra {
	float:right; 
	padding-right:20px;
	font-style:italic;
	}	

.logSx {
	min-width:600px;
	width:100%;
	padding: 0 15vw 0 0vw;
	height: var(--altezzaCarousel);
	font-size:1.8rem;
	font-weight:100;
	color:#ffffff;
    margin: auto;
    position: relative;
    top: -100px;	
	}	
	
.regDoc {
	background-color:#FFF7CC;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
	border-radius: 20px;
	}	
	
.regLabel {
    width: 90%;
	font-weight:900;
	color:#555555;
	padding:20px;
	}

.popup-contact-form .form-group {
    position: relative;
    text-align: left;
    margin-bottom: 30px;
	}
.popup-contact-form .form-group .form-control {
	border       : 2px solid #B7B7B7;
	width:90%;
	border-radius: 10px;
	line-height  : 50px;
	height       : 50px;
	margin-bottom: 0;
	padding-left : 17px;
}

.popup-contact-form .heading .heading-title {
	font-family: 'TitanOne', 'Raleway', sans-serif;
	font-weight: normal !important;
	font-size     : 2rem;
	margin-bottom : 4px;
	text-transform: capitalize;
	color: #866AFB;
	font-weight:300;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.popup-contact-form .heading .heading-title {
		font-size: 26px;
	}
}

.popup-contact-form .heading .heading-desc {
	line-height: 1.31;
	text-align:center;
}

.popup-contact-form p.notice {
	font-size  : 12px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.popup-contact-form p.notice {
		padding: 0 45px;
	}
}


.popup-contact-form .form-group label {
font-size: 1.1rem;
text-transform: none;
}



.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
	}

.col-12.docente
	{
	padding-left:15px;
	}
	
.form-group.docente
	{
	margin-top:50px;
	}
	
.col-12.fReg {max-width: 45%;}
	
@media (min-width: 992px)
.col-12.fReg {
    max-width: 45%;
}	

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	
    position: relative;
    width: 100%;
    padding-left: 15px;
}
	
/* functions: unaPagTable */
.uptRiga { display: table-row;}
.uptCol { display: table-cell; padding-right: 20px; font-size:1.5rem; font-weight:100 }
.utpColTit { font-weight:900; color: #8a8069; }