html body .page-header {
    margin-bottom: 50px;
}

.form.form-create-account label {
    text-align: left !important;
}

.form.form-create-account .field.choice.newsletter,
.form.form-create-account .field.choice.newsletter + .field.choice {
    display: none;
}

.form.form-create-account  .field.choice {
    margin-left: 0 !important;
}

.form.form-create-account  .legend {
    font-size: 22px;
    margin-left: 0 !important;
}

.form.form-create-account .action.primary.submit {
    background-color: #00bb00;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.form.form-create-account .actions-toolbar .secondary a span {
    color: #00bb00 !important;
}

.form.form-create-account .actions-toolbar .secondary a {
    text-decoration: none !important;
}