html {
	height: 100vh;
	width: 100vw;
	background: linear-gradient(180deg, #D8EDF8 0%, #F6FCFF 100%);
	background-repeat: no-repeat;
	overflow: hidden;
}
#logo {
	display: block;
	position: relative;
	top: 10vh;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}
#by-line {
	position: absolute;
	top: 95vh;
	width: 100%;
	text-align: center;
	font-weight: 300;
	font-size: 12px;
	font-family: Helvetica Neue;
	color: #c4c4c4;
	z-index: 3;
}
#cloud-1,
#cloud-2,
#cloud-3 {
	position: absolute;
	bottom: 0;
}
#cloud-1 {
	right: 0;
}
#cloud-2 {
	float: right;
	left: -50%;
}
#cloud-3 {
	left: 0;
}
#card {
	display: block;
	position: relative;
	top: 20vh;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 25px;
	text-align: left;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 8px 10px -5px #C8E0EB;
	border: 1px solid #E1E1E1;
	color: var(--Gray-Text, #5C5C5C);
	font-family: Helvetica Neue;
	font-size: 16px;
	z-index: 4;
}
#card ul {
	line-height: 26px;
}
#card h2 {
	color: #35BA92;
}
#form {
	display: block;
	position: relative;
	top: 30vh;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 4;
}
#form p {
	color: var(--Gray-Text, #5C5C5C);
	font-family: Helvetica Neue;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}
.input {
	height: 36px;
	width: 300px;
	flex-shrink: 0;
	border: none;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	border-radius: 3px;
	background: #ffffff;
	box-shadow: 0px -1px 0px 0px #989898 inset;
}
.button {
/*	display: flex;*/
	padding: 10px 20px;
	align-items: center;
	gap: 10px;
	border: none;
	border-radius: 5px;
	background: #C3FEE1;
	box-shadow: 0px -1px 0px 0px #35BA92 inset;

	color: var(--Gray-Text, #5C5C5C);
	font-family: Helvetica Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 114.286% */
}


body::after {
    float: left;
    top: 1.75em;
    position: absolute;
    transform: rotate(-45deg);
    background: #35BA92;
    color: white;
    font-weight: bold;
    left: -3em;
	font-family: Helvetica Neue;
    padding-left: 2.75em;
    padding-right: 3em;
    padding-top: .5em;
    padding-bottom: .5em;
    border: 0px;
    margin: 0;
    z-index: 10;
    content: "Coming Soon!";
}