.logo-login{
    height: 60px;
}

.bg-img-login{
    background-size: 26%, cover !important;
    object-fit: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-toggle-password{
    position: absolute !important;
    border: none !important;
    outline: none !important;
    right: 0 !important;
    top: 1rem !important;
    border-radius: 50%;
    z-index: 10;

}


