
  .title {
    font-size: 24px;
  }

  dd {
    text-align: left;
  }
  #form-otp {
    direction: ltr !important;
  }
  .hide {
    display: none;
  }

  .OTP {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    direction: ltr !important;
  }
  
  .focus {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  
  .base-timer {
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
  }
  
  .base-timer__svg {
    transform: scaleX(-1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
  }
  
  .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
  }
  
  .base-timer__path-remaining.orange {
    color: orange;
  }
  
  .base-timer__path-remaining.red {
    color: red;
  }
  
  .base-timer__label {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }


#username::placeholder {
    text-align: right;
}
#username {
    text-align: left;
}
#password::placeholder {
  text-align: right;
}
#password {
  text-align: left;
}
#IDNumber::placeholder {
  text-align: right;
}
#IDNumber {
  text-align: left;
}



