body{
    font-family: 'Inter', sans-serif;
}
@font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik/GraphikRegular.otf);
      font-weight: 400;
        font-style: normal;
  
  }
  @font-face {
    font-family: Graphik;
    src: url(../fonts/Graphik/GraphikBold.otf);
      font-weight: 700;
        font-style: normal;
  
  }

  
  
.input-group-text  {
    background: transparent;
}
.input-group>.form-control{
    border-radius: 6px !important;
    font-size: 14px;
}
.input-group-prepend , .input-group-append  {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
}
.input-group-append  {
    left: unset;
    right: 0;
}
.input-group-prepend {
    bottom:unset;
}

.form-group .fas{
color:#727272;
}

.auth-wrap .sub-title{
    font-family:Graphik;
    font-weight: 700;
    font-size: 15px;
    color:#414141;
}
.auth-wrap  .forgot-password{
    color:#727272;
    font-size: 14px;
}

.auth-wrap .btn-login{
    background-color: #6366F1;
    border-color: #6366F1;
    padding: .60rem;
}
.auth-wrap p {
    font-size: 15px;
    color:#414141;
}

@media(max-width:992px){
.auth-wrap .brand-logo{
    max-width: 120px;
}
}

.form-control.is-invalid{
    background: none;
}
.input-group-append.border-0 {
    bottom: unset;
    top: 5px;
}
.auth-wrap .col-md-6.d-none.d-md-block img {height: 100vh;width: 100%;object-fit: cover;}
i#login-password-eye , #login-password-eye2 {cursor: pointer;}

.invalid-feedbacks{
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
  }
  ::-ms-reveal {
    display: none !important;
  }