.formData{
	position: absolute;
	left:0;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 30%;
}

.borderDiv{
	border: 1px solid grey;
    border-radius: 9px;
    padding: 20px;
    background: #fff;
}


.logo{
	position: absolute;
	top: 20px;
	width: 180px;
	left: 40px;
	z-index: 1;
}

.kidzosBgColor{
	background-color: #d4edda;
}

.linha-verde {
	background-color: #d4edda; 
	color: #155724; 
}

.linha-vermelha {
	background-color: #f8d7da; 
	color: #721c24; 
}

.navbarfront{
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 9999;
}

.hidden{
	display: none !important;
}

.opacity-0{
	opacity: 0;
	border: 0px;
}

.content-wrapper {
	border: 0px;
    height: 100%;
}

.mb-80{
	margin-bottom: 80px;
}

.labelData{
	font-size: 18px;
}

.flatpickr-calendar, .flatpickr-current-month .cur-month{
	font-size: 18px !important;    
}

.flatpickr-current-month input.cur-year {
	font-size: 15px !important;
}

@media screen and (max-width: 720px){
	.logo{
		width: 100px;
	}
}