.favicon {
    background: url(../images/favicon.ico)
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-LightItalic.otf) format("opentype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-Normal.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-NormalItalic.otf) format("opentype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-Medium.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-MediumItalic.otf) format("opentype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: CircularPro-Medium;
    src: url("../fonts/icons/CircularPro-Medium.ttf") format("truetype");
    src: url("../fonts/icons/CircularPro-Medium.otf") format("opentype");
}

@font-face {
    font-family: NotoSans-Regular;
    src: url("../fonts/icons/NotoSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: MetLifeCircular;
    src: url(../fonts/MetLifeCircular-BoldItalic.otf) format("opentype");
    font-weight: 700;
    font-style: italic
}

html {
    height: 100%
}

html,
html * {
    box-sizing: border-box;
    color: #333333
}

html:after,
html:before,
html *:after,
html *:before {
    box-sizing: border-box
}

html body {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    font-family: Noto Sans, sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.app {
    background-color: #fff;
    height: auto;
    /* overflow-x: hidden; */
    word-break: break-word;
}

.form-control {
    float: none;
    padding: 0
}

.form-control .control-header,
.form-control input {
    margin: 0
}

.form-control * {
    float: none !important
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0
}

.pattern-container {
    max-width: 1200px;
    padding: 0 15px;
    margin-right: auto;
    margin-left: auto
}

.close-link {
    width: 16px;
    height: 16px
}

.close-link:before,
.close-link:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px
}

.close-link:before {
    border-bottom: 2px solid #333;
    transform: translateY(-7px) translate(4px) rotate(45deg)
}

.close-link:after {
    border-top: 2px solid #333;
    transform: translateY(-13px) translate(4px) rotate(-45deg)
}

.close-link:hover:before,
.close-link:hover:after {
    border-color: #007abc
}

.modal-open {
    overflow: hidden
}

.align-right {
    text-align: end;
}

.align-left {
    text-align: start
}

.align-center {
    text-align: center
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clear {
    clear: both
}

.hide {
    display: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.normal {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.mar-right-5 {
    margin-right: 5px
}

.mar-right-10 {
    margin-right: 10px
}

.mar-right-15 {
    margin-right: 15px
}

.mar-top-5 {
    margin-top: 5px
}

.mar-top-10 {
    margin-top: 10px
}

.mar-top-15 {
    margin-top: 15px
}

.mar-top-20 {
    margin-top: 20px
}

.mar-top-25 {
    margin-top: 25px
}

.mar-top-30 {
    margin-top: 30px
}

.mar-top-35 {
    margin-top: 35px
}

.mar-top-50 {
    margin-top: 50px
}

.mar-bottom-15 {
    margin-bottom: 15px
}

.mar-bottom-20 {
    margin-bottom: 20px
}

.mar-bottom-30 {
    margin-bottom: 30px
}

.mar-right-n30 {
    margin-right: -30px !important
}

.padding-left15 {
    padding-left: 15px
}

.padding-right15 {
    padding-right: 15px
}

.padding-top15 {
    padding-top: 15px;
}

.padding-bottom15 {
    padding-bottom: 15px;
}

.fu-header-sub-text {
    color: #333 !important;
    font-size: 18px;
    line-height: 30px;
}

.visible {
    visibility: visible
}

.not-visible {
    visibility: hidden
}

.border-bottom {
    border-bottom: 1px solid #d9d9d6
}

.red {
    color: #db1818
}

.bg-color-white {
    background-color: #fff;
}

.clear-both:before {
    clear: both;
    content: "";
    display: block
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.space-between {
    justify-content: space-between
}

.start-right {
    justify-content: flex-end
}

.center-align-items {
    align-items: center
}

.cursor-pointer {
    cursor: pointer
}

.date-control {
    margin-left: 15px;
    margin-top: 10px;
    width: 570px;
    display: block;
    min-height: 2em;
    font-size: 14px;
    border-width: .2px
}

.date-control-validation-message {
    margin-top: 5px;
    color: #db1818;
    margin-left: 15px
}

.date-control-label {
    margin-left: 15px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    display: block;
    margin-bottom: 15px
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.underneath-overly,
.collection-drawer-overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    min-height: 100vh
}

.full-width {
    width: 100%
}

.loading-container {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background-color: #fff
}

.loading-container .loading-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.loading-container .loading-text {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: Noto Sans, sans-serif;
    padding-left: 9px
}

.loading-container svg {
    display: block
}

.loading-container.dark-bg {
    background-color: #000
}

.loading-container.dark-bg .loading-text {
    color: #fff
}

.loading-container.branding-loading {
    opacity: 1
}

.loading-container .branding {
    width: 175px;
    height: 38px;
    background: url(../images/logos/MetLife.png) left no-repeat;
    background-size: contain
}

.loading-container .branding-text {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    font-family: MetLifeCircular;
    width: 175px;
    text-align: center;
    margin-top: 20px
}

.full-dark-spinner {
    opacity: 1
}

.mobile-dot-loading .dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 5px;
    animation: wave 1.9s linear infinite
}

.mobile-dot-loading .dot:first-child {
    background-color: #2b99e3
}

.mobile-dot-loading .dot:nth-child(2) {
    background-color: #1b6dad;
    animation-delay: -1.3s
}

.mobile-dot-loading .dot:nth-child(3) {
    background-color: #b0d34d;
    animation-delay: -.7s
}

@keyframes wave {

    0%,
    40%,
    to {
        transform: initial
    }

    20% {
        transform: translateY(-10px)
    }
}

.primary-mobile-btn {
    display: block;
    background-color: #007abc;
    border: 0;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    padding: 0px 20px;
    min-height: 44px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    width: 180px;
    margin: 0 auto;
}

  .button-container {
     display: flex;
     justify-content: space-between;
     gap: 32px;
     width: 100%;
     margin-top: 20px;
   }
   .resend-otp-container {
    display: flex;
    justify-content: space-between;
   }
   .customer-support-content {
    font-size: 14px;
    background: #F2F2F2;
    border: 0;
    border-radius: 8px;
    padding: 16px;
    text-align: left;
    margin-top: 16px;
    line-height: 16px;
    }

.primary-mobile-btn:active,
.primary-mobile-btn:focus {
    background-color: #0061a0
}

.primary-mobile-btn:disabled,
.primary-mobile-btn.disabled {
    pointer-events: none;
    background-color: #d9d9d6;
    cursor: auto
}

.primary-mobile-btn:disabled:focus,
.primary-mobile-btn.disabled:focus {
    box-shadow: none;
    border: 0;
    outline: 0
}

.secondary-mobile-btn {
    background-color: #FFFFFF;
    border: 1px solid #007ABC;
    border-radius: 8px;
    color: #007ABC;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 0px 24px;
    height: 50px;
    min-width: 150px;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

.secondary-mobile-btn:active {
    background-color: #007abc;
    color: #fff
}

.secondary-mobile-btn:focus {
    box-shadow: inset 0 0 0 2px #007abc
}

.secondary-mobile-btn:disabled,
.secondary-mobile-btn.disabled {
    background-color: #fff;
    color: #333;
    border: 1px solid #a7a8aa;
    cursor: auto
}

.secondary-mobile-btn:disabled:focus,
.secondary-mobile-btn.disabled:focus {
    box-shadow: none;
    border: 0;
    outline: 0
}

.secondary-mobile-btn.dark-bg {
    background-color: #000;
    border: 1px solid #fff;
    color: #fff
}

.secondary-mobile-btn.dark-bg:active {
    background-color: #fff;
    color: #000
}

.secondary-mobile-btn.dark-bg:focus {
    -webkit-box-shadow: inset 0 0 0 1.5px #fff;
    -moz-box-shadow: inset 0 0 0 1.5px #fff;
    box-shadow: inset 0 0 0 1.5px #fff;
    border: 3px solid #000;
    outline: 3px solid #fff;
    padding: 12px 14px
}

.new-radio-group:not(.new-ux-radio) {
    grid-auto-flow: row;
    grid-row-gap: 10px;
    padding-left: 1.5px
}

.new-radio-group:not(.new-ux-radio) .strategy-radio {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 10px;
    margin-top: 25px
}

.new-radio-group:not(.new-ux-radio) .strategy-radio input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 4px 0 0
}

.new-radio-group:not(.new-ux-radio) .strategy-radio input:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 2.5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1.5px #75787b;
    cursor: pointer
}

.new-radio-group:not(.new-ux-radio) .strategy-radio input:checked:before {
    background-color: #0061a0
}

.new-radio-group:not(.new-ux-radio) .strategy-radio label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif
}

.new-radio-group.new-ux-radio {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr
}

.new-radio-group.new-ux-radio .strategy-radio {
    margin: 0;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.new-radio-group.new-ux-radio .strategy-radio label {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: Noto Sans, sans-serif;
    transform: translateY(-100%);
    padding: 15px 15px 14px;
    margin-bottom: -55px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

.new-radio-group.new-ux-radio .strategy-radio input {
    margin: 0;
    width: 100%;
    height: 55px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0
}

.new-radio-group.new-ux-radio .strategy-radio input:before {
    content: "";
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 55px;
    background-color: #f2f2f2;
    border: 1px solid #979797;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

.new-radio-group.new-ux-radio .strategy-radio input:checked {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-color: transparent
}

.new-radio-group.new-ux-radio .strategy-radio input:checked:before {
    content: "";
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 55px;
    background-color: #007abc;
    border-color: #007abc;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer
}

.new-radio-group.new-ux-radio .strategy-radio input:checked+label {
    color: #fff;
    font-weight: 700
}

.new-radio-group.new-ux-radio .strategy-radio input:disabled+label {
    cursor: not-allowed
}

.new-radio-group.new-ux-radio .strategy-radio input:disabled:before {
    cursor: not-allowed
}

.new-radio-group.new-ux-radio .strategy-radio input:disabled:hover:before {
    box-shadow: none
}

.new-radio-group.new-ux-radio .strategy-radio input:hover:before {
    box-shadow: none
}

.new-radio-group.new-ux-radio .strategy-radio:not(:last-child) input:before {
    border-right: 0
}

.new-radio-group.new-ux-radio .strategy-radio:last-child input:before {
    border-radius: 0 2px 2px 0
}

.new-radio-group.new-ux-radio .strategy-radio:first-child input:before {
    border-radius: 2px 0 0 2px
}

.header-strip {
    width: 100%;
    height: 8px;
    background: linear-gradient(270deg, #a4ce4e, #0090da);
    opacity: 1;
}

.input-group {
    margin-top: 20px;
    position: relative;
    width: 100%;
    border-bottom: 1.5px solid #8E8F91;
}

.user-input-wrap {
    padding: 11px 12px;
}

.input-group .show-eye-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../images/utility-icons/eye-show.svg);
    background-size: contain;
    width: 16px;
    height: 10.875px
}

.input-group .hide-eye-icon {
    position: absolute;
    right: 22px;
    top: 22px;
    background: url(../images/utility-icons/visibility_off.svg);
    background-size: contain;
    width: 16px;
    height: 16px
}

.input-group .label {
    font-size: 16px;
    font-weight: 400;
    color: #6E6E6E;
    background-color: transparent;
    position: absolute;
    left: 12px;
    top: 21px;
    z-index: 20;
    transition: .2s ease all;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.input-group input {
    font-size: 16px;
    height: 42px;
    padding: 16px 14px 0px;
    background-color: transparent;
    width: 100%;
}

#countryCode {
    width: 45px;
    font-weight: 700;
}

.popup-overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.7);
 display: none;
 justify-content: center;
 align-items: center;
 padding: 1rem;
 z-index: 1000;
}
.popup-box {
 border-radius: 16px;
 padding: 1.5rem;
 background-color: #fff;
 max-width: 500px;
 width: 100%;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
 position: relative;
}
.popup-header {
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px;
 margin-bottom: 1rem;
 margin-top: 2.4rem;
}
.popup-message {
 margin-bottom: 1rem;
}
.popup-text {
 font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: normal;
 margin-bottom: 0.8rem;
 color: #333;
}
.popup-close-btn {
 position: absolute;
 top: 12px;
 right: 16px;
 background: none;
 border: none;
 font-size: 2rem;
 cursor: pointer;
}
   .main-container-div {
     background-color: white;
     padding: 30px 20px;
     border-radius: 12px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     text-align: center;
   }
   .successlogo-img {
     width: 156px;
     height: 140px;
     margin: 0 auto 20px;
     background-image: url(../images/SuccessWoman.svg);
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
   }
   .title-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
   }
   .info-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 20px;
   }

.input-group input::-webkit-input-placeholder {
    color: transparent
}

.input-group input::-moz-placeholder {
    color: transparent
}

.input-group input:-moz-placeholder {
    color: transparent
}

.input-group input:-ms-input-placeholder {
    color: transparent
}

.input-group input:-webkit-autofill {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

.input-group input:-webkit-autofill:hover,
.input-group input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset
}

.input-group input:focus {
    background-color: #fff;
    outline: 0
}

.input-group input:disabled {
    pointer-events: none;
}

.input-group input:disabled:-webkit-autofill {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
    box-shadow: 0 0 0 1000px #f2f2f2 inset
}

.input-group.error {
    border-bottom: 2.5px solid #D42123;
}

.error-input-text {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #D42123;
    text-align: left;
}

.input-group.disabled {
    pointer-events: none
}

.input-group.disabled input {
    pointer-events: none;
    background-color: #f2f2f2
}

.input-group.disabled input:-webkit-autofill {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #f2f2f2 inset;
    box-shadow: 0 0 0 1000px #f2f2f2 inset
}

.ml-msg-header {
    height: 47px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #333;
    margin-bottom: 5px;
    margin: 0 auto;
}

.ml-msg-txt-header {
    display: flex;
    margin-right: 10px;
    align-items: center;
    margin-left: 15px;
    font-weight: 700;
    gap: 10px;
}

.ml-msg-error-header {
    background: #fde8e8;
}

 .checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkbox-group input[type="checkbox"] {
    transform: scale(1.5);
    margin-right: 10px;
    cursor: pointer;
}

.checkbox-group input {
    margin-right: 8px;
}

 .checkbox-label {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.login-box {
    width: 570px;
    padding: 35px;
}

.error-alert-container {
    padding: 16px;
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #FBE9E9;
    gap: 3px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px #0000001A;
    width: 100%;
}

.error-alert-container .f-check-circle {
    width: 16px;
    height: 16px;
    background: url(../images/metlife-ux-lib-icons/f-check-circle-black.svg) center no-repeat;
    background-size: contain
}

.error-alert-container .f-exclamation-circle-conatiner {
    width: 24px;
    height: 24px;
    padding: 2px
}

.error-alert-container .f-exclamation-circle {
    width: 20px;
    height: 20px;
    background: url(../images/utility-icons/redAlert.svg) center no-repeat;
    background-size: contain
}

.error-alert-container .f-info-circle {
    width: 16px;
    height: 16px;
    background: url(../images/metlife-ux-lib-icons/f-info-circle-white.svg) center no-repeat;
    background-size: contain
}

.error-alert-container .n-close {
    width: 16px;
    height: 16px;
    background: url(../images/utility-icons/Close.svg) center no-repeat;
    background-size: contain
}

.error-alert-container span {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    color: #333333;
}

.error-alert-container a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    text-decoration: underline;
    color: #fff;
    cursor: pointer
}

.error-alert-container path {
    fill: #fff
}

.error-alert-container .content {
    display: flex;
    align-items: center;
    word-break: break-all;
    flex:1
}

.error-alert-container .content:not(:first-child) {
    margin-left: 15px
}

.error-alert-container .content .summary {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: MetLifeCircular;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    color: #fff
}

.error-alert-container .alert-show-more-details {
    margin-left: 10px
}

.error-alert-container .alert-show-more-details .link {
    white-space: nowrap
}

.ml-button-primary-cancel {
    box-sizing: border-box;
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 2px;
    display: inline-block;
    height: 40px;
    color: #007abc;
    background-color: #fff;
    border: 1px solid #007abc;
    min-width: 100px;
    cursor: pointer;
}

.ml-button-primary-cancel:focus {
    text-decoration: underline;
}

.error-alert-container .alert-show-more-details .link>* {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif
}

.error-alert-container .alert-show-more-details path {
    fill: #333
}

.error-alert-container .alert-show-more-details .mobile-flyout {
    display: none;
    bottom: auto;
    top: 35px;
    right: 0
}

.error-alert-container .alert-show-more-details .mobile-flyout:after {
    bottom: auto;
    top: -5px;
    right: 100px;
    transform: rotate(-135deg)
}

.error-alert-container .alert-show-more-details.open-flyout .mobile-flyout {
    display: block
}

.error-alert-container .close-alert {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 40px;
    padding: 4px;
    cursor: pointer
}

.error-alert-container.hide {
    display: none
}

.error-alert-container+.error-alert-container {
    margin-top: 10px
}

.error-alert-container:empty {
    display: none
}

.error-alert-container.success {
    background-color: #a4cd4e
}

.error-alert-container.success span {
    color: #333
}

.error-alert-container.success .n-close {
    width: 16px;
    height: 16px;
    background: url(../images/utility-icons/Close.svg) center no-repeat;
    background-size: contain
}

.error-alert-container.info {
    background-color: #007abc
}

.footer-container {
    position: static;
    width: 100%;
    display: block
}

.footer-container .footer-link-container {
    padding: 50px 66px 43px;
    text-align: center
}

.footer-container .footer-link-container .footer-link {
    font-family: CircularPro-Medium;
    font-size: 11px;
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.7px;
    text-align: left;
    color: #007abc;
    margin: 0;
    padding-right: 22px;
    text-decoration: none;
}

.footer-container .footer-link-container .footer-link:hover,
.footer-container .footer-link-container .footer-link:active,
.footer-container .footer-link-container .footer-link:focus {
    text-decoration: underline
}

.footer-container .footer-link-container .footer-circle {
    width: 4px;
    height: 4px;
    background: #0061a0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0 10px
}

.footer-container .footer-bottom-container {
    text-align: center;
    padding: 0 66px 55px
}

.footer-container .footer-bottom-container .footer-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: Noto Sans, sans-serif;
    color: #666;
    display: inline-block
}

.ml-link {
    text-decoration: underline;
    color: #0061a0;
    display: inline-block;
    border: none;
    background: transparent;
    font-weight: 700;
}

.login-main-page {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    width: 100%;
    height: auto;
    grid-template-areas: "login-alert-placeholder-area login-alert-placeholder-area" "login-form-part login-bg-part"
}

.login-main-page:has(.login-bg-part) {
    display: grid
}

.login-main-page .login-alert-placeholder-area {
    grid-area: login-alert-placeholder-area;
    padding: 0px 16px;
    z-index: 1002;
    position: fixed;
    top: 40px;
    width: 100%;
}
.login-alert-placeholder-area {
    grid-area: login-alert-placeholder-area;
    padding: 0px 16px;
    z-index: 1002;
    position: fixed;
    top: 40px;
    width: 100%;
}

.login-main-page .login-bg-part {
    grid-area: login-bg-part;
    background: url(../images/background/login-bg.svg);
    background-size: cover
}

.login-main-page .login-bg-part .login-bg-content {
    display: block;
    margin-left: 168px;
    margin-right: 135px;
    margin-top: 252px;
    text-align: center
}

.login-main-page .login-bg-part .login-bg-content h3 {
    font-family: MetLifeCircular;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.99px;
    margin-left: 52px;
    margin-right: 62px;
    text-align: center
}

.login-main-page .login-bg-part .login-bg-content p {
    font-family: MetLifeCircular;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.18px;
    margin-left: 52px;
    margin-right: 62px;
    margin-top: 25px;
    text-align: center
}

.login-main-page .login-form-part {
    grid-area: login-form-part;
    background-color: #fff;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between */
}
.login-box-main-div {
        width: 586px
}

.login-main-page .login-form-part .login-header-wrap {
    background-image: url(../images/logos/MetLife.png);
    background-repeat: no-repeat;
    background-size: 176px;
    background-position: center;
    padding: 80px 0
}

.login-main-page .login-form-part .login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: auto;
    width: 586px;
}

.login-main-page .login-form-part .login-form .sign-in {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.login-main-page .login-form-part .login-form .sign-in-sub {
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
    font-weight: 400;
    color: #6C757D;
}

.login-main-page .login-form-part .login-form .message {
    text-align: left;
    font: 20px/30px Noto Sans;
    letter-spacing: 0px;
    color: #333;
    padding-top: 25px
}

.ml-form-field input[type=email].field-input {
    border-radius: 8px;
    border: 2px solid #6e6e6e;
}

.ml-form-field label.field-label {
    display: inherit;
}

.login-main-page .login-form-part .login-form .forgot-username-password {
    width: 312px;
    display: flex;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-column-gap: 5px;
    justify-content: center
}

.login-main-page .login-form-part .login-form .forgot-username-password span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: Noto Sans, sans-serif
}

.login-main-page .login-form-part .login-form .forgot-username-password a {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #007abc;
    cursor: pointer
}

.radio-group-container {
    border: 0;
    padding: 0;
    margin: 0
}

.radio-group-container ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px
}

.radio-group-container ul li:not(:first-child) {
    margin-top: 20px
}

.radio-group-container ul .mldc-radio {
    display: flex;
    gap: 12px;
    align-items: center
}

.radio-group-container ul .mldc-radio input[type=radio] {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 0 -4px;
    cursor: pointer
}

.radio-group-container ul .mldc-radio input[type=radio]:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 2px #6e6e6e;
    border: 6px solid #ffffff;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color .2s ease-out
}

.radio-group-container ul .mldc-radio input[type=radio]:checked:before {
    background-color: #333
}

.radio-group-container ul .mldc-radio label {
    font-size: 1rem;
    line-height: 24px;
    color: #333
}

.login-form-part-top {
    background-color: #f2f2f2;
    padding: 38px 0px;
    text-align: center;
}

.login-main-page .login-form-part .login-form .password-requirements {
    margin-top: 25px;
    position: relative;
    width: max-content
}

.login-main-page .login-form-part .login-form .password-requirements .label {
    font: 700 14px/21px Noto Sans;
    letter-spacing: 0px;
    color: #333
}

.login-main-page .login-form-part .login-form .password-requirements .password-requirement-lists {
    list-style-type: none;
    padding-top: 8px
}

.login-main-page .login-form-part .login-form .password-requirements .password-requirement-lists li {
    letter-spacing: 0px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
}

.login-main-page .login-form-part .login-form .password-requirements .password-requirement-lists .check {
    padding-left: 24px;
    height: 24px;
    vertical-align: middle;
    background: transparent url(../images/utility-icons/grayCheck.svg) 0% 0% no-repeat padding-box;
    opacity: 1
}

li span.check+p {
    color: #00ACA0;
}
.password-requirements {
    margin-top: 8px;
    position: relative;
    width: 100%;
}
.password-requirement-label {
    font-weight: 700;
    font-size: 14px;
}

.password-requirements .label {
    font: 700 14px/21px Noto Sans;
    letter-spacing: 0px;
    color: #333
}

.password-requirements .password-requirement-lists {
    list-style-type: none;
    padding-top: 8px
}

.password-requirements .password-requirement-lists li {
    letter-spacing: 0px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
}

.password-requirements .password-requirement-lists .check {
    padding-left: 24px;
    height: 24px;
    vertical-align: middle;
    background: transparent url(../images/utility-icons/grayCheck.svg) 0% 0% no-repeat padding-box;
    opacity: 1
}

li span.check+p {
    color: #00ACA0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.password-requirements .password-requirement-lists .cross {
    padding-left: 24px;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    background: transparent url(../images/utility-icons/crossCircle.svg) 0% 0% no-repeat padding-box
}
.password-requirements .password-requirement-lists .gray { 
    padding-left: 24px;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    background: transparent url(../images/utility-icons/gray-ellipse.svg) 0% 0% no-repeat padding-box;
    opacity: 1
}

li span.cross+p {
    color: #D42123;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.login-main-page .login-form-part .login-form .password-requirements .password-requirement-lists gray {
    padding-left: 24px;
    width: 20px;
    height: 22px;
    vertical-align: middle;
    background: transparent url(../images/utility-icons/gray-ellipse.svg) 0% 0% no-repeat padding-box
}

li span.gray+p {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}

.login-main-page .login-form-part .login-form a {
    font-size: 14px;
    font-weight: 700;
    color: #007ABC;
    cursor: pointer;
}

.login-main-page .language {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    align-items: center;
    grid-column-gap: 15px;
    margin: 65px 0 15px;
    cursor: pointer
}

.login-main-page .language .world-icon {
    background: url(../images/utility-icons/world.svg);
    background-size: contain;
    width: 16px;
    height: 16px
}

.login-main-page .language .lang-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: MetLifeCircular
}

.login-help-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-height: 100vh;
    background-image: url(../images/background/Notification.png);
    background-size: cover
}

.login-help-page .link-in-alert {
    margin: 0 5px
}

.login-help-page .password-requirement {
    margin-top: 33px;
    margin-bottom: 15px
}

.login-help-page .password-requirement .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    padding-bottom: 5px
}

.login-help-page .password-requirement li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: Noto Sans, sans-serif;
    margin-top: 5px
}

.login-help-page .password-requirement li.list-style-none {
    list-style: none
}

.login-help-page .password-requirement li.criterial-check {
    list-style: none;
    position: relative
}

.login-help-page .password-requirement li.criterial-check:before {
    content: "";
    display: block;
    position: absolute;
    left: -23px;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../images/metlife-ux-lib-icons/f-check-circle-blue.svg) center no-repeat;
    background-size: contain
}

.login-help-page .forgot-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 512px;
    margin: 0 auto;
    background-color: #fff
}

.login-help-page .forgot-container .top-part {
    padding: 0 100px
}

.login-help-page .forgot-container .login-header-wrap {
    background-image: url(../images/logos/MetLife.png);
    background-repeat: no-repeat;
    background-size: 176px;
    background-position: center;
    padding: 80px 0
}

.login-help-page .forgot-container .form-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center
}

.login-help-page .forgot-container .form-part .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    font-family: MetLifeCircular
}

.login-help-page .forgot-container .form-part .title.center {
    text-align: center
}

.login-help-page .forgot-container .form-part .sub {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    font-family: Noto Sans, sans-serif;
    margin: 34px 0 42px
}

.login-help-page .forgot-container .form-part .input-group input {
    width: 312px
}

.login-help-page .forgot-container .form-part .input-group.match-requirements input {
    border-color: #a4ce4e
}

.login-help-page .forgot-container .form-part .buttons {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.login-help-page .forgot-container .form-part .buttons button {
    margin-top: 30px;
    width: 140px
}

.login-help-page .forgot-container .form-part .temp-password-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: Noto Sans, sans-serif;
    color: #007abc;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin-top: 40px
}

.login-help-page .forgot-container .form-part .new-radio-group {
    width: 100%
}

.login-help-page .forgot-container .form-part.select-communication-mode .sub {
    margin: 45px 0 10px
}

.login-help-page .forgot-container .form-part.create-new-password {
    align-items: initial
}

.login-help-page .forgot-container .form-part .password-requirements {
    position: relative
}

.login-help-page .forgot-container .form-part .password-requirements a {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    font-family: MetLifeCircular;
    color: #007abc;
    display: inline-block;
    margin: 53px 0 13px
}

.login-help-page .forgot-container .form-part .password-requirements .requirements {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    font-family: Noto Sans, sans-serif;
    position: absolute;
    right: calc(100% + 15px);
    top: 33px;
    width: 300px;
    background-color: #fff;
    border: 2px solid;
    padding: 20px 30px
}

.login-help-page .forgot-container .form-part .password-requirements .requirements:before {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 23px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg)
}

.login-help-page .forgot-container .form-part .password-requirements .requirements.valid,
.login-help-page .forgot-container .form-part .password-requirements .requirements.valid:before {
    border-color: #a4ce4e
}

.login-help-page .forgot-container .form-part .password-requirements .requirements.invalid,
.login-help-page .forgot-container .form-part .password-requirements .requirements.invalid:before {
    border-color: #dd2224
}

.login-help-page .forgot-container .footer-container {
    position: static;
    width: 100%;
    padding: 0 50px
}

.login-help-page .forgot-container .footer-container .footer-link-container a,
.login-help-page .forgot-container .footer-container .footer-link-container p {
    padding-top: 10px
}

.lang-takeover {
    max-width: 1024px
}

.lang-takeover .customize-content {
    position: fixed;
    z-index: 1041;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 27px;
    background-color: #fff
}

.lang-takeover .lang-takeover-header {
    display: flex;
    flex-flow: row;
    justify-content: space-between
}

.lang-takeover .lang-takeover-header .branding {
    background: url(../images/logos/MetLife.png) left no-repeat;
    background-size: contain;
    width: 130px;
    height: 26.5px;
    margin-top: 8px
}

.lang-takeover .lang-takeover-header .close-take-over {
    background: url(../images/metlife-ux-lib-icons/n-close.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.lang-takeover .lang-takeover-heading-two {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    font-family: MetLifeCircular;
    text-align: center;
    margin: 113px 0 25px
}

.lang-takeover .lang-list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto
}

.lang-takeover .lang-list .lang-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: MetLifeCircular;
    color: #000;
    background-color: #fff;
    padding: 13px 15px 11px;
    width: 170px;
    height: 43px;
    border: 1px solid #333;
    border-radius: 22px;
    cursor: pointer;
    margin: 25px 15px 0;
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center
}

.lang-takeover .lang-list .lang-item .lang-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lang-takeover .lang-list .lang-item.selected,
.lang-takeover .lang-list .lang-item:hover {
    background-color: #a4ce4e;
    border: 0;
    transition: all .2s ease;
    grid-column-gap: 5px;
    grid-template-columns: 15px auto
}

.lang-takeover .lang-list .lang-item.selected:before,
.lang-takeover .lang-list .lang-item:hover:before {
    content: "";
    margin-bottom: 4px;
    width: 15px;
    height: 9px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    transform: rotate(-45deg)
}

.lang-takeover .take-over-white {
    background-color: #fff;
    opacity: 1
}

@-webkit-keyframes modalbg {
    0% {
        opacity: 0
    }

    to {
        opacity: .75
    }
}

@keyframes modalbg {
    0% {
        opacity: 0
    }

    to {
        opacity: .75
    }
}

@-webkit-keyframes slidedown {
    0% {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    to {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slidedown {
    0% {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        -o-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    to {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.modal-bg {
    z-index: 1040;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #000
}

.modal {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050
}

.modal .modal-dialog {
    position: relative;
    min-height: 250px;
    max-width: 800px;
    width: 90%;
    background-color: #fff;
    margin: 30px auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-name: slidedown;
    -webkit-animation-duration: .25s;
    animation-name: slidedown;
    animation-duration: .25s
}

.modal-content {
    background-color: #fff;
    padding: 25px 40px 30px
}

.modal-content .modal-header .close-svg {
    position: absolute;
    top: 25px;
    right: 24px
}

.modal-content .modal-header .close-svg svg {
    display: block;
    width: 16px;
    height: 16px
}

.modal-content .modal-header .ml-alert+.close-svg {
    display: none
}

.modal-content .modal-header .modal-title {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    font-family: Georgia;
    display: block;
    margin: 35px 0 24px
}

.modal-content .check-field:not(:first-child) {
    margin-top: 15px
}

.modal-content .modal-info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: Noto Sans, sans-serif
}

.modal-content .modal-info-text a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    text-decoration: underline;
    color: #007abc;
    cursor: pointer
}

.modal-content .modal-body-subscript {
    margin-top: 15px
}

.modal-content .modal-body-subscript span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: Noto Sans, sans-serif
}

.modal-content .modal-body-subscript span.bold {
    font-weight: 700
}

.modal-content .modal-body-input {
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    font-family: Noto Sans, sans-serif;
    color: #666;
    width: 100%;
    height: 40px;
    border: 1px solid #aaa9aa;
    border-radius: 2px;
    padding: 10px
}

.modal-content .modal-body-info {
    margin-top: 5px
}

.modal-content .modal-body-info span {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    font-family: Noto Sans, sans-serif
}

.modal-content .modal-body-info span.bold {
    font-weight: 700
}

.modal-content .modal-body-box {
    border: 1px solid #aaa9aa;
    border-radius: 2px;
    padding: 10px
}

.success-modal .customize-content {
    position: absolute;
    z-index: 1041;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, calc(-50% - 25px));
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
    max-width: 800px;
    width: 90%;
    background-color: #fff;
    margin: 30px auto
}

.success-modal .modal-content {
    position: relative;
    width: 100%
}

.success-modal .modal-content .close-icon {
    position: absolute;
    top: 25px;
    right: 40px;
    cursor: pointer
}

.success-modal .modal-content .close-icon svg {
    display: block;
    width: 16px;
    height: 16px
}

.success-modal .modal-content .heading-text {
    font-size: 38px;
    font-weight: 700;
    line-height: 30px;
    font-family: MetLifeCircular;
    text-align: center
}

.success-modal .modal-content .modal-footer {
    display: flex;
    justify-content: center;
    align-items: center
}

.success-modal .modal-content .sub-text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: Noto Sans, sans-serif;
    margin-top: 40px
}

.success-modal .modal-content .modal-info-text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: Noto Sans, sans-serif;
    margin-top: 15px
}

.success-modal .modal-content .modal-info-text ul {
    padding: 0 20px
}

.success-modal .modal-content .help-info {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: Noto Sans, sans-serif;
    margin-top: 40px
}

.passcode-input-group {
    width: 330px;
    text-align: center;
    margin-top: 10px;
    position: relative
}

.passcode-input-group input:focus {
    background-color: #fff;
    border: 0px solid #fff;
    outline: 0
}

.passcode-input-group input {
    font-weight: 700;
    font-family: Noto Sans, sans-serif;
    border: 0
}

.passcode-input-group .passcode {
    padding: 52px 0 0 22px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 44px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

.passcode-input-group .bottom-dash-lines {
    display: flex;
    justify-content: center;
    align-items: center
}

.passcode-input-group .bottom-dash-lines .dash-line {
    height: 2px;
    margin: 10px 5px;
    letter-spacing: 54px;
    display: inline-block;
    border-bottom: 3px solid #007abc;
    border-bottom-width: 2px;
    width: 45px;
    max-width: 45px
}

.passcode-input-group .passcode-error-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: Noto Sans, sans-serif;
    color: #db1818
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.animated {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes shake {

    0%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.faceid-section {
    width: 312px;
    display: flex;
    grid-auto-flow: column;
    grid-template-columns: max-content;
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.column-title-2 {
    margin: 10px 0 0;
    font-weight: bold;
}

.social-media {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    margin: 20px;
    cursor: pointer;
}

.social-media:hover {
    background-color: rgba(235, 235, 235, 0.8);
    color: #333;
}

.social-media.Amazon,
body .button-container .social-media.amazon {
    background-image: url("../images/logo-amazon.png");
}

.social-media.Apple,
body .button-container .social-media.apple {
    background-image: url("../images/logo-apple.png");
}

.social-media.Facebook,
body .button-container .social-media.facebook {
    background-image: url("../images/logo-facebook.png");
}

.social-media.GitHub,
body .button-container .social-media.Github,
body .button-container .social-media.github {
    background-image: url("../images/logo-github.png");
}

.social-media.Google,
body .button-container .social-media.google {
    background-image: url("../images/logo-google.png");
}

.social-media.instagram,
body .button-container .social-media.Instagram {
    background-image: url("../images/logo-instagram.png");
}

.social-media.LinkedIn,
body .button-container .social-media.linkedIn,
body .button-container .social-media.linkedin {
    background-image: url("../images/logo-linkedin.png");
}

.social-media.microsoft,
body .button-container .social-media.Microsoft {
    background-image: url("../images/logo-microsoft.png");
}

.social-media.paypal,
body .button-container .social-media.Paypal {
    background-image: url("../images/logo-paypal.png");
}

.social-media.Twitter,
body .button-container .social-media.twitter {
    background-image: url("../images/logo-twitter.png");
}

.social-media.QR.Code,
body .button-container .social-media.qr.code,
body .button-container .social-media.QR.code,
body .button-container .social-media.QRCode,
body .button-container .social-media.QRcode,
body .button-container .social-media.qrcode {
    background-image: url("../images/icon-qr-code.png");
}

.social-media.biometrics {
    background-image: url("../images/icon-biometrics.png");
}

.social-media.touchid {
    background-image: url("../images/icon-touchid.png");
}

.social-media.windowshello {
    background-image: url("../images/icon-windowshello.png");
}

.social-media.faceid {
    background-image: url("../images/icon-faceid.png");
}

.social-media.SecurityKey,
body .button-container .social-media.Security.Key,
body .button-container .social-media.securitykey,
body .button-container .social-media.security.key {
    background-image: url("../images/icon-securitykey.png");
    background-position: left 10px center;
    background-size: 25px auto;
}

.social-media.yahoo,
body .button-container .social-media.Yahoo {
    background-image: url("../images/logo-yahoo.png");
}

.social-media-container {
    margin-top: 15px;
}

/* CUSTOM STYLE */

.navbar {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
    padding: 17px 10px 18px 14px !important;
}


.logo {
    width: 176px;
}

.header__lang-dropdown {
    background-color: #f8f9fa;
    border: groove;
    box-sizing: border-box;
    color: #5f6368;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    padding: 0 24px 0 2px;
    text-overflow: ellipsis;
    width: 170px;
    z-index: 1002;
}

.input-field-group {
    overflow: hidden;
    padding: 40px 70px;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.forgot-password {
    font-family: NotoSans-Regular;
    font-size: 14px;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0061a0 !important;
    margin: 0;
    cursor: pointer;
}

.ping-input-link .ping-pass-change {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #e4e5e5;
}

.forgotCredentialsLink {
    margin-bottom: 60px;
    height: 18px;
    margin-top: 16px;
}

.forgotCredentialsLink a {
    cursor: pointer;
    text-decoration: none;
}

.fs-14 {
    font-size: 14px;
}


.login-main-page .login-form-part .login-form .input-group .label {
    transition: all .2s;
    touch-action: manipulation;
    left: 12px;
    font-size: 16px;
}

.login-main-page .login-form-part .login-form .input-group input {
    border: none;
    width: 100%;
}

.login-main-page .login-form-part .login-form .input-group input:focus {
    outline: 0
}

.login-main-page .login-form-part .login-form .input-group input:focus::-webkit-input-placeholder {
    opacity: 1
}

.login-main-page .login-form-part .login-form .input-group input:not(:placeholder-shown)+.label,
.login-main-page .login-form-part .login-form .input-group input:focus+.label {
    transform: translate(0) scale(1);
    cursor: pointer;
    padding: 0px 2px;
    top: 4px;
    left: 12px;
    background-color: #fff;
    font-size: 12px;
}

.login-main-page .login-form-part .login-form .input-group input:focus+.label.top-22 {
    top: 12px;
}

.login-main-page .login-form-part .login-form .input-group ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit
}

/* CUSTOM STYLE  END*/
/* CUSTOM STYLE  END*/
/*Forgot Password New CSS*/
.login-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 46px;
}

.sign-in {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.sign-in-sub {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 12px;
    color: #6C757D;
}

.fu-body-container {
    max-width: 570px;
    box-sizing: border-box;
    min-height: 100px;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.login-container-boxshadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.ping-button-group {
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

@font-face {
    font-family: "iconfont";
    src: url("../fonts/icons/iconfont.eot?-sa9xtz");
    src: url("../fonts/icons/iconfont.eot?#iefix-sa9xtz") format("embedded-opentype"), url("../fonts/icons/iconfont.ttf?-sa9xtz") format("truetype"), url("../fonts/icons/iconfont.svg?-sa9xtz#icofont") format("svg"), url("../fonts/icons/iconfont.woff?-sa9xtz") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "iconfont";
    /* speak: none; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-approve:before {
    content: "\70";
}

.login-footer {
    background-color: white;
    width: 100%;
    padding: 0 !important;
    bottom: 0;
    border: 3px solid #e9ecef;
}

.login-footer-strip {
    height: 15px;
}

.login-footer-link {
    text-align: center;
    height: 65px;
    border-bottom: 1px solid #c9cdd0;
    margin: 0 0 0 !important;
    line-height: 65px;
}

.new-footer-changes {
    overflow: hidden;
}

.login-footer-new,
.new-footer-changes {
    background-color: #f2f2f2 !important;
}



.footer-logo {
    float: left;
    margin: 20px 40px 20px 50px;
    width: 100px;

}

.footer-text {
    margin-top: 25px;
    float: left;
}

.high-priority {
    color: #db1818;
}

.high-priority::before {
    content: "";
    background: url(../images/exclamation-mark-icon.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.button-primary-cancel {
    font-family: Noto Sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    display: inline-block;
    min-width: 100px;
    height: 40px;
    color: #007abc;
    background-color: #fff;
    border-width: 1px;
    border: 1px solid #007abc;
    cursor: pointer;
}

input::-ms-reveal {
    display: none;
}

/** POP UP CSS **/
.overlay {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 1.2rem 1.2rem 0px;
    opacity: 1;
}

.show-overlay {
    display: block;
}

.popup-content {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: auto;
    max-width: 500px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    display: none;
    border-radius: 16px;
}

.popup-header h4 {
    margin-bottom: 10px;
    color: #333;
    line-height: 30px;
    font-weight: 700;
    font-size: 20px;
}

.popup-content ul {
    padding: 0px 0px 0px 20px;
}

.popup-content ul li {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.fw-700 {
    font-weight: 700;
    padding: unset !important;
    vertical-align: unset;
    background: none;
}


@media screen and (max-width: 500px) {
    .navbar a {
        float: none;
        display: block;
    }
    .navbar {
      box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1)

    }

    .login-container-boxshadow {
        box-shadow: none
    }
    .input-field-group{
        padding: 18px;
        box-shadow: none;
    }
    .login-box-main-div {
        width: 100%;
    }
    .popup-overlay {
        align-items: flex-end;    
    }
    .popup-box {
        border-radius: 16px 16px 0 0;
        padding: 1.5rem;
    }
    .button-container {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: #fff;
   padding: 24px 16px;
 }
 .login-form{
    padding: 0;
 }
}

@media screen and (device-width <=1023px) and (-webkit-min-device-pixel-ratio: 2) {
    .login-main-page {
        /* display: grid; */
        grid-template-columns: none;
        grid-template-rows: auto 150px 1fr;
        grid-template-areas: "login-alert-placeholder-area" "login-bg-part" "login-form-part"
    }
}

@media only screen and (max-width: 767px) {

    .secondary-mobile-btn {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        font-family: Noto Sans, sans-serif;
        padding: 0;
        border: 0;
        height: auto;
        color: #007abd
    }

    .secondary-mobile-btn:active,
    .secondary-mobile-btn:focus {
        text-decoration: underline;
        background-color: transparent;
        color: #007abc;
        box-shadow: none
    }

    .ping-button-group.set-btn-bottom {
        position: fixed;
        bottom: 0;
        margin: 0;
        padding-right: 16px;
    }

    .popup-content {
        width: 100%;
        bottom: 0%;
        border-radius: 16px 16px 0px 0px;
    }

    .popup-content button {
        width: 100%;
    }

    .mobile-logo {
        background-image: url(../images/logos/MetLife.png);
        background-repeat: no-repeat;
        background-size: 88px;
        background-position: center;
        padding: 22px 0
    }

    .login-box {
        width: 100% !important;
        padding: 0px 16px;
        text-align: center;
        margin-top: 10vh;
    }

    .ml-msg-header {
        width: 100%;
    }

    .login-container .login-main-page {
        /* background: url(../images/background/login-bg-mobile.png); */
        background-size: cover;
        grid-template-columns: none;
        grid-template-rows: auto 20vh 1fr;
        grid-template-areas: "login-alert-placeholder-area" "login-bg-part" "login-form-part"
    }

    .login-container .login-main-page .login-bg-part {
        display: none
    }

    .login-container .login-main-page .login-form-part {
        /* border-radius: 32px 32px 0 0; */
        overflow: auto
    }

    .login-container .login-main-page .login-form-part .login-form {
        width: auto;
        padding: 0px;
    }

    .login-main-page .login-form-part .login-form .password-requirements {
        width: 100%;
    }

    .login-box-main-div {
        width: 100%;
    }

    .login-container .login-main-page .login-form-part .login-header-wrap {
        background: none;
        padding: 39px 0
    }

    .login-main-page .login-form-part .login-form .input-group {
        margin-top: 0
    }

    .login-main-page .login-form-part .login-form .input-group .label {
        transition: all .2s;
        touch-action: manipulation;
        left: 12px;
        line-height: 21px
    }

    .login-main-page .login-form-part .login-form .input-group input:focus {
        outline: 0
    }

    .login-main-page .login-form-part .login-form .input-group input:focus::-webkit-input-placeholder {
        opacity: 1
    }

    .login-main-page .login-form-part .login-form .input-group input:not(:placeholder-shown)+.label,
    .login-main-page .login-form-part .login-form .input-group input:focus+.label {
        transform: translate(0) scale(1);
        cursor: pointer;
        padding: 0;
    }

    .login-main-page .login-form-part .login-form .input-group ::-webkit-input-placeholder {
        opacity: 0;
        transition: inherit
    }

    .login-main-page .login-form-part .login-form .password-input {
        display: block;
        /* border-bottom: 2px solid #007abc; */
        margin-top: 35px
    }

    .login-main-page .login-form-part .login-form .password-input .show-eye-icon svg,
    .login-main-page .login-form-part .login-form .password-input .hide-eye-icon svg {
        position: relative;
        top: -5px
    }

    .login-main-page .login-form-part .login-form .forgot-username-password {
        margin-top: 30px
    }

    .login-main-page .login-form-part .login-form .forgot-username-password span {
        font-size: 16px;
        line-height: 15px
    }

    .login-main-page .login-form-part .login-form .forgot-username-password a {
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        font-family: Noto Sans, sans-serif;
        text-decoration: none
    }

    .login-main-page .language {
        column-gap: 6px
    }

    .login-main-page .language.in-footer {
        position: static;
        margin: 40px 0 30px;
        justify-content: center
    }

    .login-main-page .language .world-icon svg {
        width: 16px;
        height: 16px
    }

    .login-main-page .language .world-icon svg path {
        fill: #007abc;
        stroke: #007abc
    }

    .login-main-page .language .lang-text {
        color: #007abc;
        text-transform: uppercase;
        font-size: 14px
    }

    .login-main-page .footer-container .footer-link-container {
        padding-top: 0;
        padding-bottom: 15px
    }

    .login-main-page .footer-container .footer-link-container a {
        color: #0062a0
    }

    .login-main-page .footer-container .footer-bottom-container {
        padding: 0 15px 16px;
        width: 310px;
        margin: 0 auto
    }

    .login-main-page .footer-container .footer-bottom-container .footer-text {
        font-size: 10px;
        line-height: 14px;
        color: #75787b
    }

    .lang-takeover .take-over-white {
        background-color: #000;
        opacity: .75
    }

    .lang-takeover .customize-content {
        top: 50px;
        padding: 20px 15px;
        border-radius: 12px 12px 0 0
    }

    .lang-takeover .customize-content .lang-takeover-header {
        justify-content: flex-end
    }

    .lang-takeover .customize-content .lang-takeover-header .branding {
        display: none
    }

    .lang-takeover .customize-content .lang-takeover-heading-two {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        font-family: MetLifeCircular;
        margin: 17px 0 10px;
        text-align: left
    }

    .lang-takeover .customize-content .lang-list {
        flex: 100%;
        justify-content: flex-start
    }

    .lang-takeover .customize-content .lang-list .lang-item {
        margin: 26px 10px 0 0;
        width: 150px;
        height: 40px
    }

    .lang-takeover .customize-content .modal-footer {
        position: absolute;
        bottom: 40px
    }

    .lang-takeover .customize-content .modal-footer .primary-mobile-btn {
        width: 330px
    }

    .login-form-part-top {
        background-color: #ffffff;
        padding: unset;
    }

    .success-modal .modal-bg {
        z-index: 1045
    }

    .success-modal .customize-content {
        z-index: 1046
    }

    .success-modal .customize-content .modal-content {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 21px
    }

    .success-modal .customize-content .modal-content .close-icon {
        right: 20px;
        top: 20px
    }

    .success-modal .customize-content .modal-content .heading-text {
        font-size: 30px;
        line-height: 34px
    }

    .success-modal .customize-content .modal-content .sub-text,
    .success-modal .customize-content .modal-content .help-info {
        margin-top: 20px;
        font-size: 16px
    }

    .success-modal .customize-content .modal-content .modal-info-text {
        margin-top: 0;
        font-size: 16px
    }

    .success-modal .customize-content .modal-content .modal-footer .primary-mobile-btn {
        margin-bottom: 20px
    }
}