/**
    SCSS Variables
*/
/**
    Colors
*/
/**
    Font sizes
*/
/**
    Font weights
*/
/**
    Margins/Paddings
*/
/**
    Border radius
*/
/**
    Oneliner classes
*/
/**
    Cross browzer
*/
*, ::before, ::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure, form {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type=button] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, button, input, select, textarea {
  color: #222;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/**
    SCSS Variables
*/
/**
    Colors
*/
/**
    Font sizes
*/
/**
    Font weights
*/
/**
    Margins/Paddings
*/
/**
    Border radius
*/
/**
    Oneliner classes
*/
/**
    Cross browzer
*/
.background {
  background-image: url("../../../Images/login/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.background--gray {
  background-image: url("../../../Images/login/background_gray.png");
}

.loginContainer .login {
  right: 50px;
  top: 50px;
  position: absolute;
}

.clientLogo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-content {
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  height: 100%;
}

.rectangle {
  width: 430px;
  height: auto;
  min-height: 790px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.vertical_middle {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.location {
  font-size: 16px;
  text-align: center;
  width: 300px;
  margin-left: 0;
  border: 0px;
  padding-left: 20px;
  width: 100%;
}

#optLocationSelected, #optRegionSelected {
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  position: absolute;
  bottom: 14px;
}

.arrow-down {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 20px;
  margin-right: 17px;
  display: inline-block;
  background-image: url("../../images/login/arrow_down.png");
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.link--forgot-password {
  position: relative;
  color: #3E8EB1;
  font-weight: 600;
}

.copyright {
  font-size: 10px;
  text-align: center;
  width: 350px;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
}

.errorMessage {
  width: 335px;
  font-size: 0.6875rem;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: normal;
  position: relative;
  top: 10px;
}

/* Toggle slider switch */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Hide default HTML checkbox */
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3e8eb1;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 16px;
}
.slider.round:before {
  border-radius: 50%;
}

/* End toggle slider */
.ddlLanguages {
  -webkit-appearance: none;
  border: 0px;
  background-color: transparent;
  font-size: 12px;
  padding: 2px;
  min-width: 80px;
  height: auto;
  right: 50px;
  position: absolute;
  background-image: url("../../../Images/icon_dropdown.svg");
  background-position: center right 0%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  align-items: start;
}

select.ddlLanguages::-ms-expand {
  display: none;
}

#ddlLanguages:focus {
  outline: 0;
}

.welness {
  font-family: Roboto-Medium;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 40px;
}

.logo-container {
  position: absolute;
  top: 30px;
  left: 24px;
  width: 300px;
}

.logo-container__logo-link {
  display: inline-block;
}

.login-greeting {
  top: 250px;
  left: 110px;
}

.lang-dropdown-container {
  display: flex;
  flex-direction: row-reverse;
}

.customer-logo {
  width: 200px;
  height: 50px;
  overflow: hidden;
  position: relative;
}

.btn--login {
  height: 50px;
  width: 77%;
  background-color: #3e8eb1;
  position: absolute;
}
.btn--login:hover {
  background-color: #377F9E;
}

.finger-scan-wrp {
  height: 230px;
  top: 50px;
  position: relative;
  padding-bottom: 100px;
}
.finger-scan-wrp__button {
  margin-top: 0.75rem;
  height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
}

/** Forget password button */
.g-recaptcha {
  bottom: 150px;
}

/** changepwd.aspx */
.change-pwd-wrp {
  height: 300px;
  display: flex;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.5;
}
.change-pwd-wrp__ele {
  width: 50%;
}

.pwd-footer {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom-left-radius: 0.675rem;
  border-bottom-right-radius: 0.675rem;
}

.btn--change-pwd {
  height: 40px;
  width: 165px;
}

/**
    Error borders
    changepwd2 page
    Zamir added to revisit list 20200127
*/
span[style="visibility: visible;"] {
  font-size: 2rem;
}
span[style="visibility: visible;"] + div {
  border-color: #d0021b;
  background-color: red;
}

.link--login {
  color: #3e8eb1;
}

.info-messages {
  background-color: #ebf4f7;
  border-radius: 3px;
  line-height: 1.3125rem;
  padding: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 576px) {
  .background {
    height: 832px;
  }

  .rectangle {
    position: relative !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 90%;
    margin-bottom: 1.5rem;
    min-height: 700px;
  }

  .copyright {
    width: 290px;
  }

  .btn--login {
    position: relative;
    width: 100%;
  }

  .b4t-logo-wrp {
    top: 8px !important;
    left: 18px !important;
    z-index: 9999;
  }
  .b4t-logo-wrp img {
    width: 150px;
  }

  .welness {
    display: none;
  }

  .loginContainer {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .loginContainer .login {
    top: 60px;
    right: 0;
  }

  .login-content {
    padding: 0;
  }

  .ddlLanguages {
    position: relative;
    top: 8px;
    right: -8px;
  }

  .finger-scan-wrp {
    top: 0;
  }

  .form-dropdown-options {
    width: 86% !important;
  }
  .form-dropdown-options .form-dropdown-options__option {
    font-size: 0.875rem;
  }
  .form-dropdown-options .form-dropdown-options__option--md {
    min-height: 48px;
  }

  .btn--external-login {
    margin-top: 12px !important;
  }
}

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