/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./sfra-webpack-builder/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./sfra-webpack-builder/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sfra-webpack-builder/node_modules/css-unicode-loader/index.js!./sfra-webpack-builder/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./catridges/app_honda_cars/cartridge/client/default/scss/login.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Example:
* In case of usage of same font name for all font extensions or can be different font name per extension
*
* $font-list: (
*    ('Barlow', ("woff2": "Barlow", "woff": "robotRegular2", "ttf": "Barlow3"), normal, normal),
*    ('BarlowStd', 'BarlowStd-Medium', 500, normal),
*    ('BarlowStd', 'BarlowStd-Bold', bold, normal)
*) !default;
*
**/
.primary-font {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
}

.secondary-font {
  font-family: "Univers45 Light", Arial, Helvetica, Sans-serif;
}

.form-group.required .form-control-label::before {
  content: "*";
  color: #F25B50;
}

/* stylelint-disable */
/**
* Example:
* In case of usage of same font name for all font extensions
* @include font-face('Barlow', 'Barlow', normal, normal)
*
* In case different font names is used for for all font extension
* @include font-face('Barlow', ("woff2": "BarlowStd", "woff": "robotRegular2", "ttf": "BarlowStd3"), normal, normal)
**/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
 ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Grouping content
 ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  max-width: 100%;
}

/* Forms
 ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
 ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

button {
  background: transparent;
  border: 0;
}

@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "roobert bold";
  src: url("../../fonts/Roobert-one.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Univers45 Light";
  src: url("../../fonts/Univers45-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Univers45 Light";
  src: url("../../fonts/Univers45-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.login-page {
  margin-top: 1em;
}
.login-page .login-form-nav {
  margin-bottom: 1.25em;
}
.login-page .login-form-nav .tab-pane {
  margin-top: 1em;
}
.login-page .login {
  margin-bottom: 0.938em;
}
.login-page .login .error-message-form {
  padding: 0.625em;
  background-color: #F25B50;
  color: #fff;
  border-radius: 0.188em;
}

.registration-page .privacy-policy {
  margin-top: 1rem;
}

.login-banner {
  background-image: url("../images/account.jpg");
  background-position-y: 40%;
}

.equal-height .card {
  width: 100%;
}

.track-order-header {
  font-size: 1.75rem;
}

.request-password-title {
  font-size: 1.5rem;
}

.page-title-container {
  background-color: #FAFAFA;
}
.page-title-container .page-title-section .section-title-wrapper {
  margin-top: 2.5rem;
  padding: 2.5rem 0 2.5rem 0;
}
.page-title-container .page-title-section .section-title-wrapper .section-title {
  margin-bottom: 1rem;
}
.page-title-container .page-title-section .section-title-wrapper .section-sub-title {
  color: #000000;
}
@media (max-width: 1023.98px) {
  .page-title-container .page-title-section .section-title-wrapper .section-sub-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.login-page-container {
  padding: 2.5rem 11rem;
  background-color: #F5F5F5;
}
@media (max-width: 1279.98px) {
  .login-page-container {
    padding: 1.75rem 1.5rem;
  }
}
@media (max-width: 1023.98px) {
  .login-page-container {
    padding: 1.25rem 1rem;
  }
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card {
  border: 1px solid #B8B8B8;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card .login-page-form-card-body {
  border-radius: 0.75rem;
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card .login-page-form-card-body .card-title-wrapper {
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #B8B8B8;
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card .login-page-form-card-body .card-title-wrapper h3 {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card .login-page-form-card-body .card-title-wrapper .accont-card-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-form-col .login-page-form-card .login-page-form-card-body .login-form-nav {
  padding: calc-rem(24px);
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-img-card-wrapper {
  display: none;
}
@media (min-width: 441px) {
  .login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-img-card-wrapper {
    display: block;
  }
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-img-card-wrapper .login-page-img-card {
  border: none;
}
.login-page-container .login-page-section .login-page-form-wrapper .login-page-row .login-page-img-card-wrapper .login-page-img-card img {
  border-radius: 0.75rem;
}

.login-register-nav-container {
  padding-top: 1.4375rem;
  padding-bottom: 0.75rem;
}
.login-register-nav-container .login-register-nav-section .toggle-tabs {
  gap: 0;
}
.login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn {
  min-width: 9rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #0A0A0A;
}
@media (max-width: 440.98px) {
  .login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
.login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn:active {
  color: #FAFAFA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn:focus {
  color: #FAFAFA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn:focus-visible {
  color: #FAFAFA;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login-register-nav-container .login-register-nav-section .toggle-tabs .nav-item .nav-btn.active {
  color: #FAFAFA;
}

.login-form-nav .btn-lockout--account-lock-btn-group {
  padding: 0.75rem 1.5rem;
  gap: 0.625rem;
}
.login-form-nav .tab-pane .error-message__login-via-auth {
  padding: 0.75rem 0rem;
}
.login-form-nav .tab-pane .forgot-password {
  padding: 0.75rem 0rem;
  border-bottom: 0.0625rem solid #B8B8B8;
}
.login-form-nav .tab-pane .forgot-password .btn-link {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}
@media (min-width: 441px) {
  .login-form-nav .tab-pane .forgot-password .btn-link {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.login-form-nav .tab-pane .forgot-password .btn-link:hover {
  background-color: unset;
}
.login-form-nav .tab-pane .forgot-password .btn-link:active {
  background-color: unset;
}
.login-form-nav .tab-pane .login-form__two-factor-auth-preference-wrapper {
  padding: 0.75rem 0rem;
}
.login-form-nav .tab-pane .login-form__two-factor-auth-preference-wrapper .login-form__two-factor-auth-preference-heading {
  padding-bottom: 0.5rem;
}
.login-form-nav .tab-pane .login-form__two-factor-auth-preference-wrapper .login-form__two-factor-auth-preference-sub-heading {
  padding-bottom: 0.5rem;
}
.login-form-nav .tab-pane .login-form__two-factor-auth-verification-slot {
  padding: 1.4375rem 0rem;
}
.login-form-nav .tab-pane .login-form__two-factor-auth-verification-slot .card__two-factor-auth-verification--card-content .two-factor-auth-verification--card-heading {
  padding: 0.5rem 0rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (max-width: 1279.98px) {
  .login-form-nav .tab-pane .login-form__two-factor-auth-verification-slot .card__two-factor-auth-verification--card-content .two-factor-auth-verification--card-heading {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 440.98px) {
  .login-form-nav .tab-pane .login-form__two-factor-auth-verification-slot .card__two-factor-auth-verification--card-content .two-factor-auth-verification--card-heading {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.login-form-nav .tab-pane .login-form__two-factor-auth-verification-slot .card__two-factor-auth-verification--card-content .two-factor-auth-verification--selected-method {
  padding-bottom: 0.75rem;
}
.login-form-nav .tab-pane .auth-code-verify-btn-slot {
  padding-bottom: 1.4375rem;
}
.login-form-nav .tab-pane .auth-code-verify-btn-slot.hide {
  display: none;
}
.login-form-nav .tab-pane .create-account-policy {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .login-form-nav .tab-pane .create-account-policy {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.login-form-nav .tab-pane .create-account-policy a {
  text-decoration: underline;
}
.login-form-nav .tab-pane .custom-checkbox .custom-control-label {
  padding-top: 0.125rem;
}
.login-form-nav .customer-error .alert-danger {
  padding: 1rem;
}
.login-form-nav .customer-error .alert-danger .close {
  display: none;
}

.register-form-content-container .register-form-content-section .register-form-wrapper form .form-group {
  padding-bottom: 0.75rem;
}
.register-form-content-container .register-form-content-section .register-form-wrapper form .form-group .invalid-feedback {
  line-height: 1.375rem;
}
@media (max-width: 1279.98px) {
  .register-form-content-container .register-form-content-section .register-form-wrapper form .form-group .invalid-feedback {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1023.98px) {
  .register-form-content-container .register-form-content-section .register-form-wrapper form .form-group .invalid-feedback {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.register-form-content-container .register-form-content-section .register-form-wrapper form .create-account-btn {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1023.98px) {
  .register-form-content-container .register-form-content-section .register-form-wrapper form .create-account-btn {
    font-size: 0.875rem;
  }
}
.register-form-content-container .register-form-content-section .register-form-wrapper form .privacy-policy p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (max-width: 1279.98px) {
  .register-form-content-container .register-form-content-section .register-form-wrapper form .privacy-policy p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1023.98px) {
  .register-form-content-container .register-form-content-section .register-form-wrapper form .privacy-policy p {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}

.login-form-content-container .login-form-content-section .login-form-wrapper .form-group {
  padding-bottom: 0.75rem;
}
.login-form-content-container .login-form-content-section .login-form-wrapper .form-group .invalid-feedback {
  line-height: 1.375rem;
}
@media (max-width: 1279.98px) {
  .login-form-content-container .login-form-content-section .login-form-wrapper .form-group .invalid-feedback {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1023.98px) {
  .login-form-content-container .login-form-content-section .login-form-wrapper .form-group .invalid-feedback {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
.login-form-content-container .login-form-content-section .login-form-wrapper .login-btn {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.login-page-form-card-body:has(.tab-pane.active .forgot-passowrd-form-wrapper) .login-register-nav-container {
  display: none;
}
.login-page-form-card-body:has(.tab-pane.active .forgot-passowrd-form-wrapper) .accont-card-title {
  display: none;
}
.login-page-form-card-body:has(.tab-pane.active .forgot-passowrd-form-wrapper) .forgot-password {
  display: block !important;
}

.container-fluid.business-journey {
  display: none;
}

.login-page-form-card-body:has(#register.tab-pane.active .auth-code-verify-btn-slot.hide) .container-fluid.business-journey {
  display: block;
}

.forgot-passowrd-form-wrapper {
  padding: 0.75rem 1.25rem;
}
.forgot-passowrd-form-wrapper .request-password-body .form-control-label::before {
  content: none;
}
.forgot-passowrd-form-wrapper .backToHondaBtn svg path {
  fill: #CC0000;
}
.forgot-passowrd-form-wrapper .backToHondaBtn:hover {
  background-color: unset;
}

.login-page-form-card-body .reset-password-link-expire-info {
  display: none;
}
.login-page-form-card-body:has(.request-password-reset-expire-form) .reset-password-link-expire-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page-form-card-body:has(.request-password-reset-expire-form) .reset-password-link-expire-info .icon-error path {
  fill: #CC0000;
}
.login-page-form-card-body .password-reset-form {
  padding: 0.75rem 1.25rem;
}
.login-page-form-card-body .password-reset-form .password-reset-title {
  font-size: 20px;
  line-height: 32px;
}
.login-page-form-card-body .password-reset-form .form-group .form-control-label::before {
  content: none;
}
.login-page-form-card-body .password-reset-form .password-visibility-toggle {
  bottom: 30px;
  right: 10px;
  cursor: pointer;
}

@media (max-width: 440.98px) {
  .mobile-submit-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #FFFFFF;
    width: 100vw;
    z-index: 6;
    padding: 1.1rem;
  }
  .mobile-submit-btn-container .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1279.98px) {
  .mobile-submit-btn-container .submit-customer-login {
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .login-form__two-factor-auth-preference-wrapper .login-form__two-factor-auth-preference-heading {
    font-size: 1rem;
  }
}
@media (min-width: 441px) {
  .login-form__two-factor-auth-preference-wrapper .login-form__two-factor-auth-preference-heading {
    line-height: 1.625rem;
  }
}
@media (min-width: 441px) {
  .login-form__two-factor-auth-preference-wrapper .login-form__two-factor-auth-preference-sub-heading {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

@media (max-width: 1439.98px) {
  .card__login-form__two-factor-auth-verification .two-factor-auth-verification--selected-method {
    font-size: 14px;
    line-height: 18px;
  }
}
.card__login-form__two-factor-auth-verification .resend-verification-code-warapper .resend-verifictaion-code-btn {
  font-family: "roobert bold", Arial, Helvetica, Sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 440.98px) {
  .card__login-form__two-factor-auth-verification .resend-verification-code-warapper .resend-verifictaion-code-btn {
    font-size: 0.875rem;
  }
}

.auth-code-verify-btn-slot .auth-code-verify-btn {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (max-width: 1279.98px) {
  .auth-code-verify-btn-slot .auth-code-verify-btn {
    font-size: 0.875rem;
  }
}

.error-message-phone {
  padding: 0.75rem 0rem;
}
.error-message-phone .error-message-phone--text {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (max-width: 1279.98px) {
  .error-message-phone .error-message-phone--text {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 440.98px) {
  .error-message-phone .error-message-phone--text {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.verify-otp-vacant-error {
  line-height: 1.25rem !important;
}
@media (min-width: 1024px) {
  .verify-otp-vacant-error {
    line-height: 1.375rem;
  }
}
@media (max-width: 440.98px) {
  .verify-otp-vacant-error {
    line-height: 1.125rem;
  }
}

.registered-form .invalid-feedback::before {
  left: 0rem;
}

.register-form-content-container .invalid-feedback::before {
  left: 0.9375rem;
}

.login-form-content-container .invalid-feedback::before {
  left: 0.9375rem;
}

.card__login-form__two-factor-auth-verification::before {
  left: 0rem;
}
.card__login-form__two-factor-auth-verification .otp-error-message::before {
  content: "";
  -webkit-mask: url("../../images/icons/error-filled.svg");
          mask: url("../../images/icons/error-filled.svg");
  -webkit-mask-size: 1.25rem 1.25rem;
          mask-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-color: #CC0000;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0rem;
  margin-right: 0.75rem;
}

.eight-char .icon-success path, .one-number .icon-success path, .upper-and-lower .icon-success path, .special-char .icon-success path {
  fill: #2ABB7F;
}
.eight-char .icon-fail path, .one-number .icon-fail path, .upper-and-lower .icon-fail path, .special-char .icon-fail path {
  fill: #CC0000;
}

/*# sourceMappingURL=login.css.map*/