.migration-page--anonymous-text {
  display: none;
}

.migration-page--bound-text {
  display: none;
}

.migration-page--logged-text {
  display: none;
}

.migration-page--form {
  display: none;
}

#migration-page--submit {
  background: url('../images/global/global.png') no-repeat -250px -549px transparent;
  border: none;
  width: 188px; height: 28px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;

  margin: 10px 0 0 0;


}

.migration-page--server-error {
  display: none;
  background: url('../images/global/icon_error.png') no-repeat 5px 10px #FCCAC1;
  border-color: #eb5439;

  width: 561px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 5px 0 7px 1px;


  padding: 15px 5px 15px 45px;
  margin: 0 auto 0;
  min-height: 28px;

  color: #8c2e0b;
}

.migration-page--form .form-field {
  margin: 0 0 5px 0;
  min-width: 300px;
}

.migration-page--form-wrapper {
  padding: 10px;
}

.migration-page--user-not-found-message {
  display: none;
}
.migration-page--already-bound-message {
  display: none;
}
.migration-page--bind-error-message {
  display: none;
}

.migration-page--success-text {
  display: none;

  background: url('../images/global/icon_success.png') no-repeat 5px 10px #effeb9;
  border-color: #98c700;

  width: 561px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  margin: 5px 0 7px 1px;


  padding: 15px 5px 15px 45px;
  margin: 0 auto 0;
  min-height: 28px;

  color: #005024;
}












