#rl-close-dialog img {
  width: 14px;
  height: 14px;
  margin: 10px;
}
#registrationBox,
#loginBox {
  background-color: #fefefe;
  width: 400px;
  margin: 0 auto;
  border: 1px solid #98a6b2;
  border-radius: 5px;
  overflow: hidden;
}
.registrationContainer,
.loginContainer {
  padding-top: 50px;
}
.registration-lightbox {
  width: 400px;
}
.ajaxloader.greenAjaxLoader {
  width: 100%;
  display: none;
}
.logoWrap {
  padding: 30px 0;
  /*    border-bottom: 1px solid #DBDBDB;*/
  background-color: #ffffff;
  border-top-left-radius: 3.6px;
  border-top-right-radius: 3.6px;
  text-align: center;
}
.logoWrap img {
  width: 160px;
  margin: 0 auto;
  /*
    height: 50px;
    margin-left: 49px;
*/
}
/*
.registration-form-body {
  background-color: #98a6b2;
}
*/
.info-field {
  font-size: 12px;
  height: 16px;
  margin-top: 2px;
  color: #8d9baa;
  margin-bottom: 23px;
  opacity: 0;
  top: 53px;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.user-input {
  margin-bottom: 22px;
}
.info-field.password {
  margin-bottom: 7px;
}
.info-field.nickname {
  margin-bottom: 19px;
}
.info-field.password.active,
.info-field.nickname.active {
  opacity: 1;
  top: 55px;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#registrationBox .confirmAgeRow {
  margin-top: 20px;
}
.actionText {
  font-size: 19px;
  color: rgb(104, 105, 106);
}
.registerFormWrap,
.loginFormWrap {
  margin: 30px auto 0;
  width: 300px;
}
.registration-title {
  text-align: center;
}
.input-error {
  height: 16px;
  color: #ff0075;
  font-size: 12px;
}
.general-error {
  height: 16px;
  color: #ff0075;
  font-size: 12px;
  text-align: center;
  padding-top: 6px;
}
.registration-title .create-account {
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 23px;
  font-weight: bold;
  margin-top: 20px;
  color: #222f2d;
  margin-bottom: 2.58px;
}
.registration-title .log-in {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.23px;
  color: #b8b8b8;
}
.registration .log-in a {
  color: #0eb39b;
}
.authFormRow.login-pass,
.authFormRow.register-pass {
  border-bottom: 2px solid #98a6b2;
}
.authFormRow {
  width: 290px;
  margin: 0 auto;
}
.authFormRow input[type="text"],
.authFormRow input[type="password"],
.authFormRow input[type="email"] {
  width: 100%;
  font-size: 17px;
  height: 35px;
  border: 0;
  border-bottom: 2px solid #98a6b2;
  font-family: "Roboto", "Serif";
  background-color: #fefefe;
  outline: none;
}
.authFormRow input[type="email"] {
  border-bottom: 2px solid #0fc1a7;
  margin-bottom: 24px;
}
.authFormRow .checkbox input[type="checkbox"] {
  margin-left: 0;
  opacity: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.authFormRow .checkbox input[type="checkbox"] + label {
  padding-left: 31px;
}
.authFormRow .checkbox input[type="checkbox"]:checked + label {
  padding-left: 31px;
}
input#email {
  border-bottom: 2px solid #0fc1a7;
}
.authFormRow input::-webkit-input-placeholder,
.authFormRow input:-moz-placeholder,
.authFormRow input::-moz-placeholder,
.authFormRow input:-ms-input-placeholder {
  color: #b8b8b8;
  margin-bottom: 2px;
  height: 17px;
}
.authFormRow .placeholder {
  color: #b8b8b8;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  position: absolute;
  top: 20px;
  pointer-events: none;
}
.authFormRow .username.placeholder,
.authFormRow .r-password.placeholder,
.authFormRow .r-nickname.placeholder {
  color: #b8b8b8;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 23px;
  position: absolute;
  top: 20px;
  left: 0.4px;
  pointer-events: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.up {
  font-size: 12px !important;
  top: 0 !important;
}
.authFormRow .error {
  font-size: 12px;
  color: #ff0075;
  font-family: "Roboto", "Serif";
  margin-top: 10px;
  height: 13px;
}
.authFormRow input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fefefe inset !important;
}
.authFormRow input[type="submit"] {
  width: 100%;
  /*
    height: 50px;
    margin-top: 27px;
    border: medium none;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px 15px;
    font-family: 'Roboto', 'Serif';
    font-weight: 500;
    color: #fff;
    background-color: #0FC1A7;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1), inset 0 -2px 0 0 rgba(0,0,0,.22);
    outline: none;
*/
}
.authFormRow .checkbox {
  height: 30px;
  margin: 8px 0 8px 0;
}
.confirmAgeLabel {
  color: rgb(106, 103, 103);
}
.confirmAgeLabel a {
  text-decoration: none;
  color: #08b198;
  font-weight: 500;
  line-height: 15px;
}
.authFormRow {
  position: relative;
}
/*
 * Best clearfix
 */
.authFormRow:after {
  content: " ";
  display: table;
  clear: both;
}
.submitBtn {
  padding-bottom: 0;
  top: 14px;
}
.confirmAgeLabel {
  color: #747474;
  font-size: 12px;
}
#appstore-links {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 34px;
}
#registerForm #appstore-links {
  margin-top: 0;
}
#appstore-links a {
  text-decoration: none;
}
#appstore-links a:first-child {
  margin-right: 4px;
}
.text-center {
  text-align: center;
}
.store-icon-registration {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}
.store-icon-registration li {
  width: 140px;
  margin: 0 3px;
  list-style: none;
  display: inline-block;
  max-width: 170px;
  height: 55px;
  text-align: center;
}
.store-icon-registration a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #003642;
  border-radius: 9px;
  padding: 11px 0;
  transition: all 0.2s;
}
.store-icon-registration a:hover {
  background-color: #0fc1a7;
  -webkit-box-shadow: inset 0px -2.5px 0px 0px rgba(0, 155, 141, 1);
  -moz-box-shadow: inset 0px -2.5px 0px 0px rgba(0, 155, 141, 1);
  box-shadow: inset 0px -2.5px 0px 0px rgba(0, 155, 141, 1);
}
.store-icon-registration a:active {
  background-color: #11a797;
}
.store-icon-registration img {
  width: 116px !important;
  position: initial !important;
}
@media only screen and (max-width: 767px) {
  #registration-lightbox {
    padding: 0 !important;
  }
  #registrationBox {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
  }
  .registration-lightbox {
    width: 100%;
  }
  .modal-content {
    border-radius: 0;
  }
  .modal-dialog {
    margin: 0 !important;
    height: 100% !important;
  }
  .logoWrap {
    text-align: left;
    padding: 14px;
    height: 67px;
    background-color: #fff;
    border-radius: 0;
  }
  .logoWrap img {
    height: 40px;
    width: 148px;
    margin-left: 0;
  }
  #rl-close-dialog img {
    width: 21.8px;
    height: 21.8px;
    margin: 20px 20.2px;
    color: #fff;
  }
  .registration-title {
    background-color: #fff;
    /*    border-bottom: 0.5px solid #DBDBDB;*/
    margin-bottom: 40px;
  }
  .registration-title .create-account {
    font-size: 25px;
    margin-top: 25px;
    line-height: 33px;
  }
  .registration-title .log-in {
    margin-top: 6px;
    height: 18px;
  }
}
