.login-box{
	border-radius: 20px !important;
	/*border-width: 10px;!important;*/
	background: #ffffffad;	
	margin-top:10vh !important;
	z-index:1;
}

.select2-container--default .select2-selection--single{
	padding-bottom: 30px;
}



@media (min-width:1366px){
	.groupDateStart{
	margin-left: 5vh;
}
}

.regisLog{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
	background: url(../img/template/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	background-position: top;
	overflow:hidden;
	
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#e9ecef;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100vh;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	
}
.coverReg{
    background:#ffffff8c;
    border-radius: 20px !important;
    margin-top:10vh !important;
}

@media (min-width:768px){
	.regisLog{
		/*border-radius: 20px;*/
		/*background: white;*/
		/*height: 500vh;*/
	}
}