
.card{
	margin:10px; 
	padding:20px;
	border-radius: 15px;
	background-color: #fff;
}

.form-control{
	border-color: #63b336;
}

.notes{
	font-weight: 400;
    font-size: 11px;
    opacity: .9;
    color: #000;
    text-transform: uppercase;
}

.agreetxt{
	font-size:12px;
	color: #cdc2c2;
}

.btn-block{
	width:100%;
	background: #63b336;
	font-family: 'bebas_neueregular';
}

#submitbtn{
	font-family: 'bebas_neueregular';
    background: #63b336;
    border: none;
    width:50%;
    border-radius: 30px;
    color: #010101;
    margin-top: 0px;
    font-size: 20px;
}