.main-login{
    min-height: 100svh;  
    min-height: 100dvh;
    min-height: 100vh;
    background:
      linear-gradient(0deg, rgba(0,0,0,.45), rgba(0,0,0,.45)),
      url("/assets/img/hero/h1_hero.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.forgot-link {
    color:#212529;
    text-decoration:none;
    line-height:1;
    align-self:center;
    margin-left:auto;
    font-size:1.5rem;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-style: normal;
}


.forgot-link:hover,
.forgot-link:focus{
  color: #212529;     
  text-decoration: underline;
  outline: 0;
}

.forgot-link:visited{
  color: #212529;
}

.otp-box{
  width:5rem;
  height:5rem;
  font-size:2.6rem;
  padding: 0;
  text-align: center;
  border: 1px solid #212529;
  border-radius: .5rem;

}
.otp-box:focus{
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.15);
  border-color: #f44a40;
}

