.ngdialog-main-default-page.withdraw-password {
  border: 1px solid #f5aa18;
  border-radius: 6px;
  box-shadow: 2px 2px 10px transparent;
}

.withdraw-password .transfer form {
  padding: 10px;
  background-color: inherit;
  font-size: 11px;
  border: 0;
}

.withdrawPassword .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.withdraw-password.ngdialog-wallet-page form fieldset {
  padding: 7px 0;
  margin-bottom: 0;
}

.withdrawPassword .ngdialog-main-default__content{
  border: 0;
}

.withdraw-password .transfer form .form-control {
  margin-bottom: 5px;
}
.withdraw-password.ngdialog-wallet-page form .form-control, .coupon .form-control {
  border-radius: 0;
}
.withdraw-password.ngdialog-wallet-page .form-control {
/*  color: #f5f3f3;
  background-color: #101928;
  border: 1px solid #434954;*/
}

.ngdialog.ngdialog-theme-default.withdrawPassword .ngdialog-content{
  font-size: 11px;
  background-color: transparent;
}

.withdraw-password .btn-process{
  line-height: unset;
}

/*mobile*/
.ngdialog-deposit .deposit-menu.active {
    background-color: var(--bg-color);
    /*border: 1px solid var(--bg-color);*/
    display: flex;
    height: 40px;
}
.ngdialog-deposit .deposit-menu {
  /* background: #111; */
  border: 2px solid #414141;
  padding: 6px 10px;
}

.ngdialog-deposit .type-deposit-container span {
  display: inline-block;
  color: #fff;
}

.ngdialog-deposit .bank-holder {
  padding-right: 10px;
  border-right: 1px solid #bebebe;
  margin: 0 9px 0;
}

.ngdialog-deposit .type-deposit-container .radio {
  position: absolute;
  left: -9999px;
}

.process-forms .col-xs-12 {
  padding: 0;
}

.widthdrawPassword.ngdialog.ngdialog-theme-default {
  padding: 100px 10px;
}

.widthdrawPassword  .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.withdraw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

.form-guide {
  width: 100%;
}

.form-guide p.signup-error {
  background: #070707;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D54B4B;
}
