/*[id*=rgoStep]{
  display: none;
}*/
.rgo-step {
  display: none !important;
}
.rgo-step.active {
  display: block !important;
}

.auth-pages h3 {
  font-family: "Gudea", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}

.auth-pages .form-control {
  height: 48px;
  border-radius: 3px;
  background-color: #f2f7fa;
  border: none;
}

.auth-pages .forgot-pass {
  font-family: "Gudea", sans-serif;
  font-size: 13px;
  line-height: 2.31;
  text-align: right;
  color: #1c2c3f;
}

.auth-pages button {
  font-family: "Gudea", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  border: none;
}

.auth-pages button.enter-btn {
  height: 39px;
  background-image: -webkit-gradient(linear, left top, right top, from(#318be3), to(#04befe));
  background-image: linear-gradient(to right, #318be3, #04befe);
}

.auth-pages .Or-login-with {
  font-family: Gudea;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #737475;
}

.auth-pages a.btn {
  height: 39px;
  font-family: Gudea;
}

.auth-pages a.btn-facebook {
  background-color: #3f51b5;
  color: #ffffff;
  border: none;
  line-height: 1.88;
  position: relative;
}

.auth-pages a.btn-facebook:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  content: "\f09a";
  display: inline;
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 20px;
}

.auth-pages a.btn-google {
  background-color: #f44336;
  color: #ffffff;
  border: none;
  line-height: 1.88;
  position: relative;
}

.auth-pages a.btn-google:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0d5";
  display: inline;
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 20px;
}

.auth-pages a.btn-create-account {
  background: #ffffff;
  border: solid 1px #ebebeb;
  color: #1c2c3f;
}

.rgo-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}
.rgo-copyright {
  padding: 10px 0;
  text-align: center;
}