
body {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.bg-grey {
	background-color:#dfdedc;
}

.padding-zero {
	padding:0;
}

@media only screen and (min-width: 768px) {
	.margin-50-top {
		margin:80px 0 0 0;
	}
}

@media only screen and (max-width: 767px) {

	.margin-50-top {
		margin:25px 0 0 0;
	}
	
}



.logo {
	width:175px;
}

.padding-10 {
	padding:10px;
}

.padding-10-top {
	padding:10px 0 0 0;
}

.padding-20-top {
	padding:20px 0 0 0;
}

.padding-30-top {
	padding:30px 0 0 0;
}

.padding-40-top {
	padding:40px 0 0 0;
}

.margin-80-top {
	margin:80px 0 0 0;
}

.margin-40-top {
	margin:40px 0 0 0;
}

#android-submit {
	cursor:pointer;
	opacity:1;
}
#apple-submit {
	cursor:pointer;
	opacity:1;
}
#android-submit:hover {
	opacity:0.7;
	
}
#apple-submit:hover {
	opacity:0.7;
	
}

.img-small {
	width:195px;
}

.invalid-feedback {
	padding:0 0 0 10px;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay img{
  margin-top: 250px;
  margin-left: 660px;
}

.text-lg {
	font-size:24px;
	font-weight:500;
}


.btn-custom {
	background-color:#64b403 !important;
	color:#FFFFFF !important;
	padding:10px 30px !important;
	font-weight:600 !important;
}

.btn-custom:hover {
	background-color:#76da00 !important;
	color:#FFFFFF !important;
}