body {
  background-color: #232323;
	font-family: 'Maven Pro', sans-serif;
}

html {
	position: relative;
	min-height: 100%;
}


.logo_div {
	background-image: url("./assets/mocosha-logo.png");
	background-repeat: no-repeat;
	height: 315px;
	width: 384px;
	margin-left: auto;
	margin-right: auto;
}

.not_available_text_row {
	margin-top: 40px;
}

.not_available_text_div {
	text-align: center;
}

.not_available_text {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 100;
	color: white;
}

.launching_soon_text_row {
	margin-top: 20px;
}

.launching_soon_text_div {
	text-align: center;
}

.launching_soon_text {
	font-size: 20px;
	font-weight: 100;
	color: white;
}
.launching_soon_text a{
  font-size: 20px;
	font-weight: 100;
  color: white;
  text-decoration: underline;
}

.sending_success_text_row {
}

.sending_success_text_div {
	text-align: center;
}

.sending_success_text {
	font-size: 12px;
	color: lime;
}

.sending_failed_text_div {
	text-align: center;
}

.sending_failed_text {
	font-size: 12px;
	color: #92011d;
}

.send_email_button {
	border-style: solid;
	float: left;
	background-color: Transparent;
	background-repeat: no-repeat;
	border-color: white;
	border-width: 1px;
	cursor: pointer;
	overflow: hidden;
	outline: none;
	color: white;
	height: 40px;
	width: 150px;
}

.send_email_button:active {
	box-shadow: inset 0 0 0 1px #27496d, 0 5px 15px #193047;
}

.send_email_text {
	border-style: solid;
	float: left;
	background-color: Transparent;
	background-repeat: no-repeat;
	border-color: white;
	border-width: 1px;
	border-right: none;
	overflow: hidden;
	outline: none;
	color: white;
	height: 40px;
	width: 300px;
	margin-right: 0px;
	text-align: center;
}

.send_email_div {
	margin-top: 20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: white;
	text-align: center;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: white;
	opacity: 1;
	text-align: center;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: white;
	opacity: 1;
	text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
	text-align: center;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: white;
	text-align: center;
	padding-top: 20px;
}

.vertical-center {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
	background-color: transparent;
	margin-bottom: 0px;
}