body {
    background-color: #fafafa;
}
.form_wrapper {
    width: 600px;
    margin: auto;
    margin-top: 8rem;
    padding: 2rem;
    background-color: white;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.btn_wrapper {
    width: 100%;
    text-align: center;
    padding: 2rem 6rem;
}

.submit_btn {
    width: 100%;
}

.full_width {
    width: 100%;
}

.form_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
    color: #888;
}

.signup_link_wrapper {
    display:flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
}
.signup_link {
}