input.key {
    font-family: 'password';
    color: black;
}
a,a:hover {
    color:#333;
}

/* The login-portal styles apply to all the login related pages */
.login-portal {
    background-color: rgba(229, 235, 238, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100vh;
    position:relative;
}
.login-portal__background {
    background-color: rgba(229, 235, 238, 1);
    position: absolute;
    top:0;
    inset: 0;
    width:100%;
    height: auto;
    object-fit: contain !important;
    object-position: center bottom !important;
    overflow: hidden;
    background-repeat: no-repeat;
}

@media (max-width: 1300px) {
 .login-portal__background {
   top:10%;
 } 
}

@media (max-width:1000px){
 .login-portal__background {
   top:25%;
 }
}

.login-portal__content {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    height: 100%;
    min-height: 620px;
    align-self: center;
    align-items: center;
    padding-top: 10px;
    background-color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 100px !important;!i;!;
    box-sizing: border-box;
}
.login-portal__logo {
    /* aspect-ratio: 1.01; */
    object-fit: contain;
    object-position: center;
    width: 200px;
    transition: filter 0.3s ease-in-out;
    cursor: pointer;
    margin: 40px 0 20px 15px;
}
.login-portal__logo:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}

.login-portal__logo:hover {
    filter: brightness(1.1);
}

@media (max-width: 991px) {
    .login-portal__content {
        width: 100%;
        max-width: 90%;
    }

    .login-portal__logo {
        /* margin-bottom: 10px; */
    }
}
@media (max-width:450px){
.login-portal__logo{
    width:150px;
}
}
/* This ends the styles that are common to all the pages */

/* The following styles apply to the login page only, defined by "login-portal__content" prefix */
.login-portal__content .login-credentials {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: auto;
    text-align: center;
    align-content: center;
    overflow: visible;
    z-index:0;
}
.login-portal__content .login-username {
    position: relative;
    align-content: center;
    text-align: center;
    height: auto;
    top: 10px;
    display: flex;
    justify-content: center;
}
.login-portal__content .login-username .username-container {
    position: relative;
    width: 80%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 17px;
    border: 1px solid;
    height: 50px;
    top: 0;
    display: flex;
}
.login-portal__content .login-username .username-container .username-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 15px;
    left: 13px;
}
.login-portal__content .user-name .form-control {
    position: absolute;
    width: 100%;
    max-width: 50%;
    height: 35px;
    top: 7px;
    left: 38px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}
.login-portal__content .login-password {
    position: relative;
    align-content: center;
    text-align: center;
    height: auto;
    top: 30px;
    display: flex;
    justify-content: center;
}
.login-portal__content .login-password .password-container {
    position: relative;
    width: 80%;
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 17px;
    border: 1px solid;
    height: 50px;
    top: 0;
    display: flex;
}

.login-portal__content .login-password .password-container .password-icon {
    flex: none;
    position: absolute;
    width: 22px;
    height: 11px;
    top: 18px;
    left: 12px;
}
.login-portal__content .password .form-control {
    position: absolute;
    width: 80%;
    max-width: 50%;
    height: 35px;
    top: 7px;
    left: 38px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: none;
}
.login-portal__content .login-password .password-container .visibility {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.login-portal__content .login-buttons {
    position: relative;
    align-self: center;
    text-align: center;
    width: 100%;
    height: auto;
    top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-portal__content .login-buttons .log-in {
    font-family: "Segoe UI-Regular","Helvetica", sans-serif;
    font-weight: 400;
    width: 88px;
    height: 50px;
    color: #f8f4f4;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    top: 0px;
    border-radius: 12px;
    border-style: none;
    align-content: center;
}
.login-portal__content .login-buttons .forgot-password {
    position: relative;
    color: #1e75c6;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    top: 10px;
}
#forgot-password:hover {
    color: #78797a;
}
.login-portal__content .login-buttons .horizontal-line {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 38px;
    top: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
}
.login-portal__content .login-buttons .left-line{
    /* width: 100%;
    height: 1px;
    margin-top:10px; */
    display:block;
    flex-shrink:1;
    min-width:60px;
    max-width:40%;
    height:auto;
    object-fit:contain;
    box-sizing:border-box;
    margin:-15px 0 0 0;
    padding:0
}

.login-portal__content .login-buttons .horizontal-line .ellipse-container {
    display: inline-block;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    white-space:nowrap;
    margin:0 1rem;
    /* width: 35%; */
    height: 21px;
}
.login-portal__content .login-buttons .horizontal-line .ellipse-container .ellipse {
    display: inline-block;
    text-align: center;
    height: 21px;
    width: 21px;
}

@media (max-width:630px){
  .login-portal__content .login-buttons .horizontal-line .ellipse-container{
   /* width:50%; */
  }
  .login-portal__content .login-buttons .horizontal-line .ellipse-container .ellipse {
   width:15px;
   margin-top:2px;
   height:auto;
  }
}

@media (max-width:385px){
.login-portal__content .login-buttons .horizontal-line .ellipse-container{
  /* width:100%; */
 }
.login-portal__content .login-buttons .horizontal-line .ellipse-container .ellipse{
  width:10px;
}
}

.login-portal__content .login-buttons .OR {
    font-family: "Rubik-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    margin-top: 11px;
}
.login-portal__content .login-buttons .right-line {
    /* width: 100%;
    height: 1px;
    margin-top:10px; */
    display:block;
    flex-shrink:2;
    min-width:60px;
    max-width:40%;
    object-fit:contain;
    height:auto;
    box-sizing:border-box;
    margin:-15px 0 0 0;
    padding:0;
    
    
}
.login-portal__content .login-buttons .login-sso-button {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 110px;
    width: 160px;
    height: 50px;
    background-color: #dcdcdc;
    border-radius: 12px;
    display: grid;
    place-items: center;
}
.login-portal__content .login-buttons .login-sso-button .login-sso {
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}
/* End of login-portal__content */

/* The following styles apply to the forgot password page */
.login-portal__content .forgotpassword-response {
    text-align: center;
    height: 100%; /* Ensure parent has height defined */
}
.login-portal__content .forgotpassword-response .information-icon {
    top: 424px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.login-portal__content .forgotpassword-response .response-text {
    width: 555px;
    height: 60px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}
.login-portal__content .forgotpassword-response .back-to-login {
    font-family: "Segoe UI-Regular","Helvetica", sans-serif;
    font-weight: 400;
    width: 200px;
    height: 50px;
    background-color: #1E75C6;
    color: #f0f0f0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    border-radius: 12px;
    border-style: none;
    margin-top: 10px;
    align-self: center;
}

.login-portal__content .login-credentials .request-new-password {
    position: relative;
    font-family: "Segoe UI-Regular","Helvetica", sans-serif;
    font-weight: 400;
    width: 200px;
    height: 50px;
    color: #f8f4f4;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    border-radius: 12px;
    border-style: none;
    top:30px;
}

.login-portal__content .forgot-password a {
    position: relative;
    width: 100%;
    height: 44px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}
.login-portal__content .forgot-password a:hover {
    position: relative;
    width: 100%;
    height: 44px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}
/* End forgot pasword syltes */

/* The following styles apply to the reset password page */
.login-portal__content .reset-password {
    position: relative;
    align-items: center;
    text-align: center;
    height: auto;
    top: 10px;
    display: flex;
    justify-content: center;
}

.login-portal__content .reset-password .current-password-container {
    position: relative;
    width: 339px;
    background-color: #ffffff;
    border-radius: 17px;
    border: 1px solid;
    height: 50px;
    display: flex;
}
.login-portal__content .reset-password .current-password-container .current-password-icon {
    flex: none;
    position: absolute;
    width: 22px;
    height: 11px;
    top: 18px;
    left: 12px;
}
.login-portal__content .current-password .form-control {
    position: absolute;
    width: 250px;
    height: 35px;
    top: 7px;
    left: 38px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: none;
}
.login-portal__content .current-password-container .new-password-visibility {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 300px;
}

.login-portal__content .reset-password .new-password-container {
    position: relative;
    width: 339px;
    background-color: #ffffff;
    border-radius: 17px;
    border: 1px solid;
    height: 50px;

}
.login-portal__content .reset-password .new-password-container .new-password-icon {
    flex: none;
    position: absolute;
    width: 22px;
    height: 11px;
    top: 18px;
    left: 12px;
}
.login-portal__content .new-password .form-control {
    position: absolute;
    width: 250px;
    height: 35px;
    top: 7px;
    left: 38px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: none;
}
.login-portal__content .new-password-container .new-password-visibility {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 300px;
}

.login-portal__content .reset-password .confirm-password-container {
    position: relative;
    width: 339px;
    background-color: #ffffff;
    border-radius: 17px;
    border: 1px solid;
    height: 50px;
    top: 20px;
}
.login-portal__content .reset-password .confirm-password-container .confirm-password-icon {
    flex: none;
    position: absolute;
    width: 22px;
    height: 11px;
    top: 18px;
    left: 12px;
}
.login-portal__content .confirm-password .form-control {
    position: absolute;
    width: 250px;
    height: 35px;
    top: 7px;
    left: 38px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    flex: none;
}
.login-portal__content .confirm-password-container .confirm-password-visibility {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 300px;
}
.login-portal__content .login-credentials .reset-password-button {
    position: relative;
    font-family: "Segoe UI-Regular","Helvetica", "sans-serif";
    font-weight: 400;
    width: 200px;
    height: 50px;
    color: #f8f4f4;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    border-radius: 12px;
    border-style: none;
    top:30px;
}

.login-portal__content .resetpassword-response {
    text-align: center;
    height: 100%; /* Ensure parent has height defined */
}
.login-portal__content .resetpassword-response .information-icon {
    top: 424px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.login-portal__content .resetpassword-response .response-text {
    width: 555px;
    height: 60px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}
.login-portal__content .resetpassword-response .back-to-login {
    font-family: "Segoe UI-Regular","Helvetica", sans-serif;
    font-weight: 400;
    width: 200px;
    height: 50px;
    background-color: #1E75C6;
    color: #f0f0f0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    border-radius: 12px;
    border-style: none;
    margin-top: 10px;
    align-self: center;
}

.login-portal__content .error-top {
    width: 418px;
    height: 1px;
}
.login-portal__content .text-danger {
    width: auto;
    height: 24px;
    font-family: "Segoe UI-Regular", "Helvetica", sans-serif;
    font-weight: 400;
    color: #ff0000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

/* This is for the login form, makes it so that it does not affect the dom visually */
form {
    display: contents;
}
input[type="text"] {
    z-index: 10;
    border: none; /* Removes the border */
    outline: none; /* Removes the focus indicator (optional) */
    box-shadow: none;
}
input[type="password"] {
    z-index: 10;
    border: none; /* Removes the border */
    outline: none; /* Removes the focus indicator (optional) */
    box-shadow: none;
}




img.visibility {
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
    @media (max-width: 991px) {
    .login-portal__logo {
        margin-bottom: 10px;
    }
};
}