#authorize_checkout_modal {
  /* Payment errors */ }
  #authorize_checkout_modal form#payment-form-authoride {
    padding: 50px;
    position: relative; 
  }
  #authorize_checkout_modal form#payment-form-authoride-bank {
    padding: 50px;
    position: relative; 
    background-color: #fff;
  }
#authorize_checkout_modal .modal-dialog{
  width: 600px;
}
#payment-form-authoride-bank .form-control {
    border: none;
    border-radius: 2px;
    box-shadow: none;
    border-bottom: 1px solid #dee5e7;
    padding-left: 0;
}
#payment-form-authoride-bank .control-label{
    text-align: left;
    color: #717171;
    font-size: 14px;
    font-weight: 700;
}
#authorize_checkout_modal .et-form .radio {
    display: inline-block;
    margin: 20px 50px 0px;
}
#authorize_checkout_modal .et-form .payment-method {
    text-align: center;
}
#payment-form-authoride-bank.et-form input
{
   height: 35px;
   color: #2a394e;
   font-weight: 600;
}
#payment-form-authoride-bank.et-form label i
{
    margin-left: 20px;
    color: #10a2ef;
}
.authorize_checkout_form .powered-by 
{
  float: right;
}
.authorize_checkout_form .powered-by span
{
  vertical-align: middle;
}
.authorize_checkout_form img
{
  width: 140px;
  height: 35px;
}
#payment-form-authoride .clearfix
{
  margin-top: 40px;
}
#payment-form-authoride .input-label{
  color: #B0B0B0;
}
#payment-form-authoride-bank.et-form label{
  color: #B0B0B0;
}
.table-wrapper .table-content table .payment-name.authorize img
{
  width: 100px;
}
#payment-form-authoride .help-block{
  text-align: right;
}
@media (max-width: 414px) {
  #authorize_checkout_modal .modal-dialog{
    width: auto;
  }
}
@media (max-width: 414px) {
  .card-js .card-number-wrapper{
    margin-bottom: 20px;
  }
  #authorize_checkout_modal .card-js .cvc-container{
    width: 100%;
    padding-left: 0px;
  }
  #authorize_checkout_modal .card-js .expiry-container{
    width: 100%;
    margin-bottom: 20px;
  }
  #payment-form-authoride-bank.et-form .bank_acct{
    margin-bottom: 30px;
  }
  #payment-form-authoride-bank.et-form .bank_aba{
    margin-bottom: 30px;
  }
  #payment-form-authoride .clearfix {
    margin-top: 20px;
    text-align: center;
  }
  .authorize_checkout_form .powered-by{
    float: none;
  }
  #payment-form-authoride-bank .clearfix {
    margin-top: 20px;
    text-align: center;
  }
  #authorize_checkout_modal .et-form .payment-method{
    text-align: left;
  }
  .authorize_checkout_form img{
    width: 100px;
    height: 35px;
  }
}
@media (max-width: 767px){
  #authorize-gateway .text-cash{
    display: none;
  }
}