html,
body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
}

.main-content-section {
    margin-top: 16px;
}

.main-content-section .localAccount {
    padding: 0 15px;
}

.main-content-section .localAccount .entry-item label {
    color: #414141;
    font-size: 1rem;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 7px 10px 8px 10px;
}

.main-content-section .localAccount .entry-item input {
    min-height: 50px;
    max-width: 466px;
    width: 100%;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #414042;
    font-family: Arial;
    border: 1px solid #ced4da;
    margin-bottom: 6px;
}

.main-content-section .localAccount .entry-item input:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: none;
}

.password-label #forgotPassword, .main-content-section .intro {
    display: none;
}

.main-content-section .rememberMe {
    margin-top: 2%;
}

.main-content-section .rememberMe input {
    font-size: 1.875rem;
    font-weight: 600;
    color: #707070;
    transform: scale(1.3);
    margin: 5px;
}

.main-content-section .rememberMe label {
    color: #303030;
    font-family: "Open Sans";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 600;
}

.main-content-section .forgot-row {
    margin-top: 15px;
}

.main-content-section .forgot-row a {
    margin-right: 8px;
    color: #086ea1
}

.main-content-section .buttons button, #authenticate-passkey, #authenticate-passkey:focus-visible {
    width: 135.33px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    background: #007399;
    border: 1px solid #006080;
    margin-top: 2rem;
}

.bottom-text {
    font-family: 'Open Sans';
    font-size: 1rem;
    margin-top: 3rem;
    margin-bottom: 180px;
}

.bottom-text .tech-support {
    padding-left: 15px;
    display: inline-block;
}

.entry-item {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 466px;
    width: 100%;
}

.password-label {
    order: 1;
}

#password {
    order: 2;
}

.error {
    display: none;
    order: 3;
    margin-top: 5px;
    color: red;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px
}

.toggle-password {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    top: 10px;
}

.error.pageLevel {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    padding: 4px 18px 12px 8px;
    box-sizing: border-box;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    width: 65%;
    border: 1px solid rgb(227, 72, 67);
    border-width: 1px 1px 1px 33px;
    border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(227, 72, 67);
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 3px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 19.6px;
    color: rgb(119, 119, 119);
}

.error.pageLevel::before {
    content: '!';
    color: #e34843;
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -25px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    border: 1px solid #e34843;
}

.error.pageLevel p {
    font-family: 'Open Sans';
    font-size: 1rem;
}

#password {
    background: URL("/brk/assets/images/eye-slash-light.svg") no-repeat center right;
    background-size: 46px 13px
}

.claims-provider-list-buttons.social, .divider{
    display: none;
}

#password::-ms-reveal,
#password::-ms-clear {
  display: none;
}

/* PasswordLess Starts here */
button {
    font-family: Arial;
}

.verticleMidLine {
    left: 49%;
    top: 10px;
    bottom: 2px;
    width: 2px;
    background-color: #d3d3d3;
}

.verticleMidLine span {
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    color: #086EA1;
    z-index: 2;
    font-weight: bold;
}

.passwordLess-wrap .passheader {
    border-bottom: 1px solid #d3d3d3;
    margin-left: 50px;
    margin-right: 50px;
}

.passwordLess-wrap .passheader p {
    font-size: 1.8rem;
    color: #003366;
}

.passwordLess-wrap .midbody {
    margin: 25px auto;
}

#authenticate-passkey {
    width: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0;
}
/* PasswordLess Ends here */