.login-with-btn{
	margin: 0;
	padding: 0;
	min-width: unset;
	width: 200px;
	height: 45px;
	border: unset;
}
.btn-fb{
	background: url(../../assets/img/facebook.png) no-repeat;
	background-size: contain;
}
.btn-google{
	background: url(../../assets/img/google.png) no-repeat;
	background-size: contain;
}
.d-grid{
	display: inline-block !important;
	width: 100%;
    text-align: center;
}
.d-grid input{
	width: 50%;
}
#register{
	line-height: 2em;
}

.agreement-title{
	font-size: 1.2rem;
	font-weight: bolder;
	padding: 1rem 0;
}

.agreement-content p{
	margin: 0;
	padding: 0;
}

H1 {
	padding: 2rem 0;
	text-shadow:3px 3px 3px #cccccc;
	text-align: center;
	}

H2 {
	padding: 1rem 0;
		text-shadow:3px 3px 3px #cccccc;
	}

.form-check{
	font-size: 1rem;
	padding: 1rem 0;
}

@media (min-width: 768px){
	.agreement-title{
		font-size: 1.8rem;
	}

	.form-check{
		font-size: 1.4rem;
	}
}