.form {
    width: 100%;
    padding: 9px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.form__heading {
    width: 100%;
    height: 2.2rem;
    font-size: 2.3rem;
    line-height: 2.2rem;
    position: relative;
    color: #5cb85c;
    font-weight: 800;
    margin-bottom: 1rem;
    text-align: center;
}