  .input-field {
      position: relative;
      line-height: 44px;
  }
  
  .label1 {
      position: absolute;
      top: -6px;
      left: 0;
      width: 100%;
      color: #9e9e9e;
      transition: 0.2s all;
      cursor: text;
  }
  
  .input-login {
      border: 0;
      outline: 0;
      padding: 0.3rem 0;
      border-bottom: 2px solid #9e9e9e;
      box-shadow: none;
      color: #111;
      width: 100%;
  }
  
  input:invalid {
      outline: 0;
      /* // color: #00dd22;
      // border-color: #00dd22; */
  }
  
  input:focus,
  input:valid {
      border-color: #1b4e98;
  }
  
  input:focus~label,
  input:valid~label {
      font-size: 14px;
      top: -24px;
      color: #1b4e98;
  }
  
  .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%;
      border: 1px solid #b9921294;
      padding: 50px;
      margin: 10%;
  }
  
  .hr1 {
      width: 20%;
      background-color: #03326c !important;
      float: left;
      height: 2px;
  }
  
  .btn1 {
      width: 100%;
      background-color: #03326c;
      border: none;
      color: #ffd574;
      height: 40px;
  }
  
  .login_right {
      margin-top: 2%;
  }
  
  .btn-align {
      margin-top: 10%;
      border: none !important;
      padding: 12px 61px !important;
      background-color: #03326c !important;
  }
  
  .forget {
      float: right;
      font-size: 13px;
      color: rgb(190, 189, 189);
  }
  
  @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 (max-width: 504px) {}
  
  .btns {
      font-family: 'Open Sans' !important;
  }