.form-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 25px;
    top: 9px;
    color: #9e9e9e;
}
.navbar-dark .navbar-toggler-icon {
    background:url(../../web/images/mobile-menu.png) no-repeat scroll 0 0 !important;
    width: 27px;
    height: 27px;
}
@media (max-width: 769px) and (min-width: 300px) {
    .login-right-section .col-form-label {
        text-align: left !important;
    }       
}
.astric-sign{
      color: red;
    }