body, html {
    height: 100%;
    font-family: Segoe UI !important;
}

* {
    box-sizing: border-box;
}

/*.bg-img {
    background-image: url('/Images/EISBannerWebImage.jpg');*/
   /* background-size: cover !important;*/
    /* center and scale img */
    /*background-position: center;
    background-repeat: no-repeat;*/
   /* background-size: cover;*/
/*}*/

/* add style to container */
.container {
    position: absolute;
    right: 14rem !important;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
}

/* input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }



.btn:hover {
    opacity: 1;
}
/* Ensure full height for body and html */
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

/* Background image styling */
.bg-img {
    /* Ensures the background covers the whole viewport */
    background-image: url('../images/EISBannerWebImage.jpg');
    height: 100%;
   /* background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-success {
    background: #CFEFD4;
    padding: 10px 26px;
    font-size: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.alert-danger {
    background: #FFB8B8;
    padding: 10px 26px;
    font-size: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.titleClass {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: black;
}
/* Container for form */
.container {
    max-width: 89%;
    width: 450px;
    padding: 60px 40px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
  /*  top: 14.5rem;*/
}
input::-ms-reveal {
    display: none;
}
/* Input fields styling */
input[type=text], input[type=password] {
    width: 100%;
    padding: 3px 0px;
    font-size: 13px;
    /* margin: 8px 0; */
    border-bottom: 1px solid black;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
}



input[type=text]:focus, input[type=password]:focus {
    background-color: white;
    outline: none;
    border-bottom: 1px solid black;
    border-radius: none;
}

.SubmitTextButton {
    border: none;
    font-weight: 600;
    color: black;
    background: #BE9A4E;
    padding: 0px 30px;
    margin-left: 7.5rem;
    padding: 8px 40px;
    border-radius: 13px;
    margin-top: 1.5rem;
    CURSOR: pointer;
}


.btn:hover {
    opacity: 0.8;
}

.logo {
    text-align: center;
    margin-bottom: 30px;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
}

/* Style the forgot password link */
.forgot-password {
    color: #BE9A4E;
    font-weight: 600;
    text-decoration: none;
}

    .forgot-password:hover {
        text-decoration: underline;
    }
/* Position the eye icon inside the password field */
.password-field {
    position: relative;
}

    .password-field input[type="password"],
    .password-field input[type="text"] {
        width: 100%;
        padding-right: 40px; /* Ensure space for the icon */
    }

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Style the eye icon */

.logoClassImage {
    width: 150px;
}

@media only screen and (max-width: 990px) and (min-width: 480px) {
    .container {
     
        position: absolute;
        right: 0rem !important;
    }
       
}
@media only screen and (max-width: 480px) and (min-width: 310px) {
    .container {
        position: absolute;
        right: 0.5rem !important;
    }

}
.linkRedirect {
    color: #BE9A4E;
}
.haveAccountClass {
    text-align: center;
    margin-top: 6%;
    font-weight: 600;
    font-size: 14px;
}
@media only screen and (max-width: 990px) and (min-width: 320px) {

    .SubmitTextButton {
        margin-left: 3.5rem;
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 374px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 374px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .container {
        position: absolute;
        right: 7rem;
        max-width: 420px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 310px) {
    .container {
        position: absolute;
        right: 0.8rem;
        top: 6rem;
    }


    .bg-img {
        background-image: url('../images/EISBannerWebImage.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        min-height: 100vh;
        height: auto;
        display: flex;
        align-items: center; 
        justify-content: center;
    }
}
