.artists-dashboard-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}

.artists-dashboard-menu ul li a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.artists-dashboard-menu ul li {
    margin: 0 40px;
}

.artist-dashboard-wrap {
    padding: 50px 0;
}

.artists-dashboard-menu ul li a.active,.artists-dashboard-menu ul li a:hover {
    color: #ec5a5a;
}

form#form_account_settings,
.multiple-cols-form {
    max-width: 1060px;
    margin: 0 auto;
}

form#form_account_settings .form-row,
.multiple-cols-form .form-row {
    display: flex;
    flex-wrap: wrap;
}

form#form_account_settings .form-row > div,
.multiple-cols-form .form-row > div {
    width: calc(50% - 50px);
    margin-right: 25px;
}

form#form_account_settings .form-row > div:nth-child(2),
.multiple-cols-form .form-row > div:nth-child(2) {
    margin-right: 0;
    margin-left: 25px;
}

form#form_account_settings,
.multiple-cols-form {
    max-width: 1060px;
    margin: 100px auto 0;
}

form#form_account_settings .form-row,
.multiple-cols-form .form-row {
    display: flex;
    flex-wrap: wrap;
}

form#form_account_settings .form-row > div,
.multiple-cols-form .form-row > div {
    width: calc(50% - 50px);
    margin-right: 25px;
}

form#form_account_settings .form-row > div:nth-child(2),
.multiple-cols-form .form-row > div:nth-child(2) {
    margin-right: 0;
    margin-left: 25px;
}

form#form_account_settings h3,
.multiple-cols-form h3 {
    text-align: center;
    padding-bottom: 50px;
}

form#form_account_settings .frm_form_field,
.multiple-cols-form .frm_form_field {
    margin-bottom: 20px;
}

form#form_account_settings .frm_form_field label,
.multiple-cols-form .frm_form_field label {
    margin-bottom: 5px;
}

form#form_account_settings input[type="checkbox"] + label,
.multiple-cols-form input[type="checkbox"] + label {
    display: inline;
}

.account-note {
    margin-top: 30px;
    font-size: 12px;
}

.header-account {
    margin: 100px auto 50px;
}

.header-account h3 {
    text-align: center;
}

#image-preview {
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  color: #ecf0f1;
  border: 1px solid #a0a0a0;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.form-row.efix-data fieldset {
    border: 1px solid #eee;
    padding: 10px 20px;
}

legend {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    padding: 0 10px;
}

.manually-edit-efix-data {
    margin: 30px 0 20px;
}

.row.artist-gallery-images {
    margin-bottom: 50px;
}

.form-row.efix-data.disabled {
    opacity: .5;
    pointer-events: none;
}