#contact-us-page-header-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact_us_title {
    margin-top: 100px;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #6b9eae;
}

#contact-us-item-wrapper {
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
}

#contact_us_email, #contact_us_phone {
    color: #6b9eae;
    margin-bottom:  50px;
}

#contact_us_email {
	margin-bottom: 10px;
}

#input_container {
    display: none;
    flex-direction: column;
    justify-content:  center;
    align-items: center;
    width: 100%
}

#user-email-form {
    width: 500px
}