@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Inter', sans-serif;
  }
  .bgim{
    background-image: url('../../DRDOC/backdrc.png');
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: center top;
    
  }
  .formbold-mb-3 {
    margin-bottom: 15px;
  }
  .formbold-relative {
    position: relative;
  }
  .formbold-opacity-0 {
    opacity: 0;
  }
  .formbold-stroke-current {
    stroke: currentColor;
  }
  #supportCheckbox:checked ~ div span {
    opacity: 1;
  }

  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
  }

  .formbold-form-wrapper {
    margin: 0 auto;
    /*max-width: 800px;*/
    width: 100%;
    //background: white;
    padding: 40px;
  }

  .formbold-img {
    margin-bottom: 45px;
  }

  .formbold-form-title {
    margin-bottom: 30px;
  }
  .formbold-form-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #07074d;
  }
  .formbold-form-title p {
    font-size: 16px;
    line-height: 24px;
    color: #536387;
    margin-top: 12px;
  }

  .formbold-input-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
  }
  .formbold-input-flex > div {
    width: 50%;
  }
  .formbold-form-input {
    /*text-align: center;*/
    width: 100%;
    padding: 13px 22px;
    border-radius: 10px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    font-weight: 500;
    word-wrap: break-word;    
    font-size: 16px;
    color: #536387;
    outline: none;
    /*resize: none;*/
  }
  .formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
    color: #536387;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
  }

  .formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    color: #536387;
  }
  .formbold-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
  }
  .formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
  }

  .formbold-btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 14px 25px;
    border: none;
    font-weight: 500;
    background-color: #6a64f1;
    color: white;
    cursor: pointer;
    margin-top: 25px;
  }
  .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  
.header {
    background-color: #F1F1F1;
    text-align: center;
    padding: 10px 20px;
  }

  .column {
    float: left;
  }

  /* Left and right column */
  .column.logo {
    width: 10%;
  }

  .column.Heading {
    width: 75%;
  }

  .column.Ins1 {
    width: 25%;
    border-right: double;
    padding: 10px;
  }

  .column.Ins2 {
    padding: 10px;
    width: 75%;
  }

  /* Middle column */
  .column.Logout {
    position: absolute;
    right: 0;
    width: 15%;
  }

  .fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0px 10px;
  }

  .fill-left {
    display: flex;
    overflow: hidden;
    padding: 0px 10px;
  }

  .fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
  }

  .clear {
    clear: both;
    height: 60px;
  }
