  @media screen and (max-width: 900px) and (min-width: 60px) {
      .btm-mobile-view input {
          margin-right: 10px;
      }
  }

  #main-content {
      margin-top: 0px;
  }

  .btm-mobile-view {
      display: flex;
      align-items: baseline;
      justify-content: center;
  }

  .login-btns {
    color: rgba(0, 0, 0, 1) !important;
    font-size: 16px !important;
    font-family: Roobert-Bold !important;
    display: inline-block !important;
    border: 1px solid #d5d2d2 !important;
    border-radius: 5px !important;
    font-weight: 400 !important; 
    font-size: 14px !important;
    padding: 10px 17px !important;
    text-transform: capitalize !important;
  }

  .login-btn {
    color: #fff;
    background: linear-gradient(90deg, #0A78CA, #8111BB) !important;
    font-family: Roobert-Bold !important;
    display: inline-block;
    border: 1px solid #f6f6f7;
    border-radius: 5px !important;
    font-weight: 400 !important; 
    font-size: 14px !important;
    padding: 7px 17px !important;
    text-transform: capitalize;
  }

  .login-btn:hover {
    background: linear-gradient(170deg, #0A78CA, #8111BB) !important;
    border: 1px solid #f6f6f7;
  }

  .login-btns:hover {
    background-color: #eaeaea !important;
    color: black !important;
  }

  .custominput input {
      height: calc(1.667em + 0.8125rem + 2px);
      padding: 0.40625rem 1.5rem;
      font-size: .9375rem;
      font-weight: 400;
      line-height: 1.667;
      background-color: transparent;
      background-clip: padding-box;
      border-radius: calc(0.8335em + 0.40625rem + 2px);
      box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
      transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      border-color: #0f1119;
  }

  .custominput label {
      font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
      font-size: .9375rem;
      font-weight: 400;
      line-height: 1.6666666667;
      color: #060910;
  }

  .page .page-heading {
      display: block;
  }

  .form-label {
      font-size: 1rem;
      font-weight: 700;
      text-align: center;
  }

  input:not([type]),
  .form-field input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  .form-field input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"] {
      margin-bottom: 0px !important;
      /* background-color: #fff !important; */
      /* border-color: #dbdbdb !important; */
      color: #363636 !important;
      /* box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%) !important; */
      max-width: 100% !important;
      width: 100% !important;
      /* font-size: 1rem !important; */
      /* height: 2.25em !important; */
  }

  input::-webkit-input-placeholder {
      color: #000;
      opacity: 1;
  }

  input:-moz-placeholder {
      color: #000;
      opacity: 1;
  }

  input::-ms-input-placeholder {
      color: #000;
      opacity: 1;
  }

  input::placeholder {
      color: #000;
      opacity: 1;
  }

  .body {
      margin-bottom: 0 !important;
  }

  .form-row .form-field {
      margin-bottom: 10px;
  }
