.pc-center-mob-justify {
  text-align: center !important;
}
@media (max-width: 700px) {
  .pc-center-mob-justify {
    text-align: justify !important;
  }
}
.form_cont {
  max-width: 430px;
  box-sizing: content-box;
  padding: 15px;
  margin: 0 auto;
}
.form_header {
  margin-bottom: 25px;
}
.form_blocks {
  position: relative;
  padding: 0 10px;
}
.form_block {
  display: block;
  margin-bottom: 17px;
  position: relative;
}
.form_block label {
  top: 20px;
  left: 50px;
  pointer-events: none;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.form_block label.min {
  top: -20px;
  left: 5px;
  color: #dbad64;
}
.form_block input {
  width: 100%;
  border: none;
  color: #ffffff;
  line-height: 1.8;
  background-color: #1c1c1c;
  padding: 15px 0 15px 50px;
  border-bottom: 2px solid #DD2476;
  border-radius: 5px 5px 0 0;
}
.form_block input[name="username"] {
  background-image: url("../images/icons/username-input.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 27px;
}
.form_block input[type="password"] {
  background-image: url("../images/icons/lock.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 27px;
}
.form_block input[name="auth_code"] {
  background-image: url("../images/icons/fingerprint.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 27px;
}
.input_msg {
  color: red;
  font-size: 13px;
  text-align: left;
  visibility: hidden;
  margin-top: 10px;
  line-height: 2;
}
.input_msg.show {
  visibility: visible;
}
#forgot_password {
  display: block;
  color: #ffffff;
  margin-top: 12px;
  opacity: 0.8;
}
#forgot_password:hover {
  opacity: 1;
}
#submit.disabled {
  opacity: 0.2;
  pointer-events: none;
}
#authError_msg,
#empty_msg,
#error_msg,
#passwordRegex_msg,
#repeatError_msg {
  color: red;
}
#success_msg,
#successfulReset_msg {
  color: green;
}
#error_msg,
#submitting_msg,
#success_msg,
.all_msgs {
  display: none;
  margin-top: 5px;
  text-align: center;
}
#authError_msg.show,
#empty_msg.show,
#error_msg.show,
#passwordRegex_msg.show,
#repeatError_msg.show,
#submitting_msg.show,
#success_msg.show,
#successfulReset_msg.show {
  display: block;
}
@media (max-width: 700px) {
  .HeaderBar {
    margin-top: 50px !important;
  }
  .form_cont {
    padding: 0;
  }
}
#step {
  color: #ffbd30 !important;
}
#container {
  position: relative;
  width: 100%;
  min-height: 60vh;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: Arial;
  padding-top: 20px;
  padding-bottom: 40px;
}
p#title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#step2 {
  display: none;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
#step2 > form > #imgCont {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
#step2 > form {
  display: none;
}
#step2 > form.show {
  display: block;
}
#step2 > form * {
  border-radius: 1px;
}
#step2 > form img.qrcode {
  margin: 15px auto;
  width: 150px;
}
#step2 > form > h4#title {
  margin-top: 15px;
}
#step2 > form > p.qraddress {
  color: #ffbd30;
  margin: 10px auto;
}
#stepMsg {
  color: #fff !important;
}
.underline {
  border-bottom: 2px solid red;
  padding-bottom: 20px;
}
.crypto {
  display: block;
  position: relative;
  display: inline-block;
  background: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 10px 30px 45px;
  border-radius: 10px;
}
.crypto > img {
  width: 100%;
}
.crypto > span {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media (max-width: 600px) {
  body {
    padding-top: 50px !important;
  }
  #container {
    max-width: 100% !important;
  }
  .crypto {
    width: 40%;
    padding: 20px;
  }
  #step2 > form > #imgCont {
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 601px) {
  #container {
    width: 700px;
    margin: 0 auto;
  }
  .crypto {
    width: 29%;
    height: 140.3px;
    padding: 45px 30px;
    transition: 0.3s;
  }
  .crypto:hover {
    transform: translateY(-5px);
  }
  .crypto:hover span {
  }
  .crypto > span {
    display: none;
  }
  #step2 > form > input {
    min-width: 300px;
  }
  #step2 > form > #imgCont {
    max-width: 300px;
    margin: 0 auto;
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:first-child {
  animation-delay: -0.036s;
}
.lds-roller div:first-child:after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
#loaderCont {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0e131a;
  z-index: 10;
}
.lds-roller {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#back {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-size: 27px;
  color: #ffbd30;
  margin: 0 0 5px 5px;
  padding: 0 0 15px 15px;
  cursor: pointer;
}
input#amountInput,
input#usernameInput {
  max-width: 300px;
  width: 100%;
  border: none;
  color: #ffffff;
  line-height: 1.8;
  background-color: #202d3b;
  padding: 15px 0 15px 50px;
  border-bottom: 2px solid #dbad64;
  border-radius: 5px 5px 0 0;
}
#amountInput {
  background-image: url("../images/icons/wallet-deposit.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 27px;
}
input#submit {
  display: block;
  background: #dbad64;
  color: #fff !important;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  height: 60px;
  position: relative;
  border-radius: 40px;
  border: solid 2px #dbad64;
  background: #dbad64;
  color: #023780;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 30px;
}
input#submit:hover {
  border: solid 2px #ffffff;
  background: #ffffff;
  color: #011737 !important;
  transform: scale(1.1);
}
@media (min-width: 601px) {
  #back {
    padding: 15px;
    right: 100px;
  }
}
@media (max-width: 600px) {
  section {
    padding: 10px 15px 30px !important;
  }
  input#submit {
    padding: 13px 70px;
  }
  #step2 > form input {
    width: 85%;
  }
}
p#note {
  font-style: italic;
  color: #ffbd30;
  max-width: 350px;
  margin: 20px auto !important;
}
.exclusive_banner {
  display: none;
  background-image: url(../images/banking-page/banking-banners/banner-altcoin.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 160px;
  margin: 20px auto;
}
#step2 > form .exclusive_banner {
  min-height: 60px;
}
@media (max-width: 550px) {
  .exclusive_banner {
    background-image: url(../images/banking-page/banking-banners/banner-altcoin-m.gif);
    min-height: 250px !important;
  }
}
#step_1 form.disabled *,
#step_2 form.disabled * {
  opacity: 0.7;
  pointer-events: none;
}
#step_1,
#step_2 {
  display: none;
  visibility: hidden;
  opacity: 0;
  animation-direction: reverse;
}
#step_1.active,
#step_2.active {
  display: block !important;
  visibility: visible !important;
  animation-name: easeshow;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  opacity: 1;
}
@keyframes easeshow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.pageDescr {
  text-align: center !important;
}
.pageDescr.bad {
  color: red !important;
}
.resend {
  margin-top: 15px;
  text-align: center;
}
.resend a {
  color: #dbad64;
}
