#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.admin-auth-bg {
    background-image: url("../media/misc/auth-bg.png");
}

.admin-password-field {
    position: relative;
}

.admin-password-field .form-control {
    padding-right: 3.25rem;
}

.admin-password-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #7e8299;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 0;
    width: 2rem;
}

.admin-password-toggle:hover,
.admin-password-toggle:focus {
    color: #3f4254;
}
