.section-login {
    height: auto;
    background: #191919 url('../../images/bg-main01.jpg') right top no-repeat;
    background-size: 100%;
  }
  .form-login-wrap {
    border-radius: 10px;
    box-shadow: 0 22px 54px 0 rgba(0, 0, 0, 0.2);
    background-color: #101010;
    color: #fff;
  }
  .h2-title01 {
      position: relative;
      display: inline-block;
  }
  
  .h2-title01:after {
      content: " ";
      position: absolute;
      left: 0%;
      right: 0;
      bottom: -15px;
      width: 100%;
      height: 2px;
      background-color: #ffbe00;
      margin: 0 auto;
  }
  
  input, textarea {
    background: none !important;
    border: 1px solid #fff;
    color: #fff !important;
  }
  
  .btn-login {
      padding: 8px 20px !important;
      background: #ffbe00;
      border-radius: 4px;
      color: #333;
      margin: 15px 0;
      border: 1px solid #000;
  }
  
  .btn-login:hover,
  .btn-login:focus {
      opacity: .7;
      background: #ffbe00;
      transition: all .2s;
  }

  .btn-login:disabled {
    background: #886500;
  }
  
  .link01 {
    color: #fff;
    text-decoration: underline;
  }

  .form-group .input-group .input-group-addon {
    position: relative;
    top: 10px;
    margin-right: 5px;
  }