form {
    width: 100%;
    align-self: center;
    border-radius: 7px;
    padding: 40px;
    margin-top: auto;
    margin-bottom: auto;
    overflow: scroll;
}

label {
    font-size: 0.8rem;
}

.submit-button {
    align-self: center;
    background: var(--highlight-color);
    border-radius: 4px;
    box-shadow: 0 4px 5.5px rgba(var(--highlight-color-rgb),0.1);
    cursor: pointer;
    color: white;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin: 15px 0;
    padding: 0.75rem;
    width: 100%;
}

input, textarea {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
    color: #333;
    display: block;
    margin-top: 0.25rem;
    opacity: 1;
    outline: none;
    padding: 0.75rem;
    position: inherit;
    width: 100%;
}

input {
    height: 44px;
}
