.login .screen-reader-text{
    display: none
}
@media (min-width: 1200px) {
    .login  .main-content-wrapper {
        padding-left: 0;
    }
}

body:not(.admin-bar) header{
    top: 0 !important
}

/* Header Account Dropdown */
.header-account-dropdown {
    position: relative;
}

.header-account-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 150px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 1000;
    /* margin-top: 8px; */
}

.header-account:hover .header-account-menu {
    display: block;
}

.header-account-menu-item {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
}

.header-account-menu-item:hover {
    background-color: #f5f5f5;
}

.header-account-menu-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.header-account-menu-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.form-group .toggle-password i{
    pointer-events: none;
}

.profile-section .form-group input::-ms-reveal,
.profile-section .form-group input::-ms-clear {
    display: none;
}