/* 
font-family: 'Amatic SC', cursive;
font-family: 'Source Sans Pro', sans-serif;
*/
html, body { 
  background: url(../img/bg-1.jpg) no-repeat bottom right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'Montserrat', sans-serif;
}
.grid-container {
  height: 100vh;
	display: flex;
  align-items: center;
  justify-content: center;
}
.comingsoon { 
	background: rgba(0,0,0,.5);
}
.comingsoon h1 {
	font-size: 3.5em;
	text-align: center;
	color: #FFF;
	font-family: 'Pacifico', cursive;
}
.comingsoon p {
	color: #FFF;
	text-align: center;
}

/*-----hideShowPassword----------------------------------*/

.my-toggle {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: #888;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0.5em;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.my-toggle:hover,
.my-toggle:focus {
  background-color: #eee;
  color: #555;
  outline: transparent;
}
.hideShowPassword-wrapper {
	width: 100%;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	.grid-container {
		align-items: top;
		padding-top: 2em;
	}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
