body{
	background: url("../../images/agsquare.jpg");
	background-size: 100%;
	margin-top: 45px;
	background-size: 106% !important;
	margin-top: 45px ;
  	background-position: -42px -7px !important;
}
.card-header{
	text-align: center;
	background-color: white;
}
.card-header img{
	margin-top: 20px;
}
.card-header h3{
	margin: 27px;
	font-size: 1.75em;
}
.card-header h3 strong{
	font-weight: bold;
	color: #00899a;
}
.card-body{
	text-align: center;
	margin-top: 20px;
}
.card-body input[type="text"], .card-body input[type="password"], .card-body button{
	width: 90%;
	margin: auto;
}

.form-check{
	width: 90%;
	margin: auto;
	text-align: left;
	font-weight: bold;
}
.g-recaptcha>div{
	margin: auto;
}
.form-group {
    margin-bottom: 1rem;
    margin: 16px;
}
.card-body button{
	background-color: #00899a;
	border-color: #00899a;
}
.img-responsive{
	width: 100%;
}
.card{
	box-shadow:2px 2px 12px -7px black;
}