.login-6-inner {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 30px 0;
}

.login-6-inner:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/javax.faces.resource/img/logos/HR_LOGO.jpg.xhtml?ln=assets") no-repeat;
    background-size: cover;
    z-index: -99;
}

@font-face {
    font-family: "Flaticon";
    src: url("/javax.faces.resource/fonts/flaticon/font/Flaticon.eot.xhtml?ln=assets");
    src: url("") format("embedded-opentype"),
    url("/javax.faces.resource/fonts/flaticon/font/Flaticon.woff2.xhtml?ln=assets") format("woff2"),
    url("/javax.faces.resource/fonts/flaticon/font/Flaticon.woff.xhtml?ln=assets") format("woff"),
    url("/javax.faces.resource/fonts/flaticon/font/Flaticon.ttf.xhtml?ln=assets") format("truetype"),
    url("") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
    margin-left: 0;
}

.flaticon-user:before { content: "\f100"; }
.flaticon-password:before { content: "\f103"; }

.login-6 .btn {
    display: flex;
    align-items: center;
    justify-content: center;  /* Center the content within the button */
}

/* Default icon styling for larger screens */
.login-6 .btn .fa {
    margin-left: 38% !important;
    top: 47% !important;
    font-size: 18px !important;
}

/* Button size adjustments */
.login-6 .btn-lg {
    padding: 0 50px !important;
    line-height: 50px !important;
}

.login-6 .btn-md {
    padding: 0 50px !important;
    line-height: 45px !important;
}

.login-6 .btn-primary {
    background-image: linear-gradient(to bottom, #3b63c5, #39a4ff);
}

.login-6 .btn-primary:hover {
    background-image: linear-gradient(to bottom, #355dbf, #3199f1);
}

/* Media query for small screens (e.g., max-width: 480px) */
@media (max-width: 480px) {
    .login-6 .btn .fa {
        margin-left: 33% !important;  /* Much smaller margin so it sits next to the text */
    }
}


.link-light:hover{
    text-decoration: underline !important;
}

/* Hide native password reveal button in Microsoft Edge */
input[type="password"]::-ms-reveal {
    display: none;
}