.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 10px 0px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 30px;
  z-index: 1;
  top: 5px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: -2px;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
form#registration-form legend {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 8px 10px 8px;
    margin-bottom: 10px;
    font-family: 'Poppins' !important;
    background: #fff;
    border: 1px solid #dddddd;
}
form#registration-form fieldset {
    padding: 0 30px 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 3px 21px 0px rgb(236 239 245);
    border-radius: 10px;
    color: #666666;
    font-family: 'Varela';
    margin-bottom: 10px;
    background: #fff;
}
form.registration-form .form-outline input,form.registration-form .form-outline select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 3px 21px 0px rgb(236 239 245); */
    height: 50px;
    padding-left: 25px !important;
    color: #666666;
    font-family: 'Varela';
    font-size: 16px !important;
}
.iti__flag-container {
    display: none !important;
}
form#registration-form  button.register-btn {
    width: 200px !important;
    padding: 0 !important;
    height: 50px !important;
    border-radius: 10px !important;
    background: #fe6300 !important;
    color: white !important;
    font-size: 16px;
    font-family: 'Varela';
    font-weight: normal;
}


form#registration-form label.form-label {
    font-family: 'Varela'!important;
    text-transform: uppercase;
    color: #60d200;
    font-weight: 600;
}
form#registration-form button.register-btn {
    margin-top: 10px;
}
form#registration-form .error {
    border-color: red;
}
form#registration-form select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(229, 234, 244);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(102 102 102 / 40%);
}.header_change_registration {
    background-color: #f8f8f8;
    padding-top: 80px !important;
}
form#registration-form div.iti {
    display: block;
}
form.registration-form .form-outline input::placeholder {
        color: rgb(102 102 102 / 40%);
}
form.registration-form .form-outline.threenames input {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
}

form.registration-form .form-outline.threenames label {
    display: block;
}
form.registration-form .form-outline.threenames input#lastname, form.registration-form .form-outline.threenames input#firstname, form.registration-form .form-outline.threenames input#suffix {
    margin-right: 10px;
}
form.registration-form .form-outline.threenames select {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}