.formLabel {
  color: #626264;
}
.registerForm {
  left: 0;
  right: 0;
  margin: auto;
}
md-input-container {
  width: 300px;
}
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #7fb63f;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #7fb63f;
}
.error {
  color: #ff3366;
}
md-checkbox.md-checked .md-icon {
  background-color: #7fb63f;
}
.termsOfUseAgreement h5 {
  margin: 0;
}
.termsOfUseAgreement a {
  color: #7fb63f;
}
.registerBtn {
  margin-right: auto;
}
/*---------------- registration success box --------------------*/
.success-box {
  position: relative;
  padding: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40vw;
  height: 40vh;
  background-color: #7fb600;
  min-width: 300px;
}
.success-box h1 {
  color: white;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 440px;
}
.success-box h2 {
  top: 40%;
  color: white;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 360px;
}
.success-box a {
  color: #ff3366;
}
.animated-form .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.animated-form .animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.success-box .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.success-box .animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
