form {
margin-bottom: 0px; 
		}


input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid grey;
    margin-left: initial;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 15px;
}

.addresslabel .questionlabel {
    font-family: inherit;
    font-weight: initial;
    font-size: initial;
}

label span, legend span {
    font-weight: initial;
    font-size: initial;
    color: initial;
}

.container {
    height: 100%;
    width: 100%;
}

section.sixteen.columns.contentmiddle {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
