html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    margin-bottom: 60px;
    font-family: "IBM Plex Sans", sans-serif
}
.login-head{
    height:100px
}

.auth-pass-inputgroup input[type=input] + .btn .bi-ab:before {
    content: "\f33e";
}

.bi-ab::before {
    content: "\f340";
}