body {
    margin: 0;
    overflow-y: hidden;
}
#header-wrapper {
    border-bottom: none !important;
    width: 40vw !important;
}
#background-wrapper {
    width: 100vw;
    height: 100vh;
    font-family: Be Vietnam Pro;
    background: url("/static/img/pexels-jason-villanueva-851555.jpg") 50% 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#form-wrapper {
    width: 40vw;
    height: 95vh;
    padding-top: 15%;
    font-family: Be Vietnam Pro;
    background: #f9f7fe;
    text-align: center;
    z-index: 10;
    position: absolute;
}
#form-wrapper .form-input {
    color: rgba(48, 44, 66, 0.75);
    border: 1px #E4E8ED solid;
    padding: 12px;
    font-size: 1rem;
    background: #f9f7fe;
}
#form-wrapper form div.row {
    width: 70%;
    margin: auto;
    padding: 10px;
}
.email-disclaimer {
	display: none;
	margin: 0;
    text-align: left;
    color: darkred;
}
#submit {
	background: #70CAC3;
    color: white;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}
#submit[disabled="disabled"] {
	background: #ccc;
}