/* Login Page Styles */
.login-background {
    background: url(../../img/svg/pattern-1.svg) no-repeat center bottom fixed;
    background-size: cover;
}

.toggle-password-icon {
    right: 10px;
    top: 45px;
    cursor: pointer;
}

.center-logo {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.user-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

