@charset "UTF-8";
a.text 
{
	font-size: 12px;
    color: #2A8C70 !important;
}


.center-div {

	    margin-top: 0%;

}

@media screen and (max-width: 720px) {
	.center-div{
		
    display: flex;
    justify-content: center;
    margin-top: -30% !important;

	}
}

.div-login{

	max-width: 100%;

}

@media screen and (max-width: 720px){

	.div-login{
	
	max-width: 51%;
	
	}
}

.footer-text-width{

padding: .75rem 1.25rem;

}


@media screen and (max-width: 720px){

	.card-footer{
	
	padding: 0rem 0rem !important;
	
	}
}


@media screen and (max-width: 720px){

	.footer-text-width{
	
	font-size: 12px;
	
	
	}
}


.carrousel-top{

	margin-top: 0%;
	
}


@media screen and (max-width: 720px){

	.carrousel-top{
	
	margin-top: -7%;
	
	}
}

@media screen and (max-width: 720px){

.w-100 {
    width: 85% !important;
}

}
