.div1{
	text-align: center;
	padding: 50px;
	background: #27af7d;
	background-image: url('../../img/bg/bg10.jpeg');
	background-size:cover;
	border-radius: 10px;
	box-shadow: 10px 0px 20px;
}	

.div2{		
	text-align: center;
	padding: 50px;
	background: #27af7d; 
	background-image: url('../../img/bg/bg10.jpeg');
		background-size:cover;
	border-radius: 10px;
	box-shadow: 10px 0px 20px;
	
}	
.card-body{
		align-content:center;
	
	border-radius: 50px;
}



.img-logo{
	align-content:center;
	height: 150px;
	width: 150px;
	border-radius: 50%;
}



.card{
	opacity:85%;
	align-items:center;
	width:400px;
	border-radius: 20px;
	border: 1px solid black;
}

h3{
	    text-transform: uppercase;
		margin: 50px 0px;
		font-weight: bold;
		color: white;
}

.msg{
		text-shadow:0px 0.5px 0.5px black;
		font-size: 15px;
		font-family:  serif;
		font-weight: bold;
}

.btn{
	width:180px;
	margin: 10px;
	padding:10px;
	border: 1px solid black;
	background-color: #157347;
			color: white;
					font-weight: bold;
			
	
}
