  .input-field {
      position: relative;
      line-height: 44px;
  }
  
  .bdr_out {
      border: 2px solid #d1aa67;
  }
  
  .bg_fafa {
      background-color: #fafafb;
  }
  
  .btns2 {
      width: 100%;
      background-color: #332f6a;
      border: 1px solid #332f6a;
      height: 40px;
      color: #fff;
      border-radius: 4px;
      color: #fff !important;
      border-radius: 0px !important;
  }
  
  .btns2:hover {
      background-color: #4b477df0;
      /* color: #332f6a !important; */
      transition: 1s;
      border: 1px solid #4b477df0;
  }
  
  .btns3 {
      width: 30%;
      background-color: #332f6a;
      border: 1px solid #332f6a;
      height: 40px;
      color: #fff;
      border-radius: 4px;
      color: #fff !important;
      border-radius: 0px !important;
  }
  
  .btns3:hover {
      background-color: #fff;
      color: #332f6a !important;
      transition: 1s;
      border: 1px solid #332f6a;
  }
  
  .label1 {
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      color: #949393;
      transition: 0.2s all;
      cursor: text;
  }
  
  .input-login {
      border: 0;
      outline: 0;
      padding: 0.3rem 0;
      border-bottom: 2px solid #949393;
      box-shadow: none;
      color: #111;
      width: 100%;
  }
  
  input:invalid {
      outline: 0;
      // color: #00dd22;
      // border-color: #00dd22;
  }
  
  input:focus,
  input:valid {
      border-color: #332f6a;
  }
  
  input:focus~label,
  input:valid~label {
      font-size: 14px;
      top: -24px;
      color: #332f6a;
  }
  
  .box-shadow {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      height: 86%;
      width: 100%;
      width: 81%;
      padding: 60px;
      margin-top: 75px;
      margin: 58px;
      border-top: 3px solid 332f6a;
  }
  
  .w-200 {
      width: 200px;
  }
  
  .hr1 {
      width: 10%;
      background-color: #332f6a !important;
      height: 2px;
  }
  
  .hr3 {
      width: 10%;
      background-color: #332f6a !important;
      height: 2px;
      margin: auto;
      float: left;
  }
  
  .btn1 {
      width: 100%;
      background-color: #332f6a;
      border: none;
      color: white;
      height: 40px;
      border-radius: 4px
  }
  
  .btn-align {
      margin-right: auto;
      margin-bottom: 20px;
      margin-top: 20px;
      color: #fff;
      border: none !important;
      padding: 12px 61px !important;
      background-color: #332f6a !important;
  }
  
  .forget {
      float: right;
      font-size: 13px;
      color: #949393;
  }
  
  @media screen and (max-width: 1200px) and (min-width: 992px) {
      form.box-shadow {
          width: 79%;
          height: 80%;
          padding: 41px;
      }
  }
  
  @media screen and (max-width: 500px) {
      form.box-shadow {
          width: 79%;
          height: 80%;
          padding: 29px;
          margin: 38px;
          margin-bottom: 82px;
      }
  }
  
  @media screen and (max-width: 992px) and (min-width: 768px) {
      img.log2 {
          width: 19% !important;
          padding-top: 1px !important;
      }
  }
  
  @media screen and (min-width: 992px) {
      .mt-90 {
          margin-top: 90px !important;
      }
  }