/* FONT ICONS */
/*Element can't be clickable*/
/* Rounded corner */
/* Text ellipsis (text with tree dost at the end, when exceed the width of parent) */
/*TRANSITIONS*/
.FastTransition {
  -webkit-transition: all 100ms ease 0s;
  -moz-transition: all 100ms ease 0s;
  -ms-transition: all 100ms ease 0s;
  -o-transition: all 100ms ease 0s;
  transition: all 100ms ease 0s;
}
.MediumTransition {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.SlowTransition {
  -webkit-transition: all 800ms ease 0s;
  -moz-transition: all 800ms ease 0s;
  -ms-transition: all 800ms ease 0s;
  -o-transition: all 800ms ease 0s;
  transition: all 800ms ease 0s;
}
/**ADDED BY Niko
/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Rotate */
/* Rotate */
.crisp-image-rendering {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.displayNone {
  display: none !important;
}
.clearAfter {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/*Element can't be clickable*/
/* Text ellipsis (text with tree dost at the end, when exceed the width of parent) */
/*PX TO EM */
/*PX TO REM */
/* Border radius corner */
/*SVG basic style*/
svg {
  display: block;
  fill: #000;
}
.visibilityHidden {
  visibility: hidden !important;
}
.displayNone {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
/** Flex Prefixes **/
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-1-0-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/** Grid Prefixes **/
/* Keyframes for the fade-in & fade-out za TruckTrailer Status na vehicle list-i */
@-webkit-keyframes fadeInOutVehicleStatus {
  0% {
    opacity: 0;
    display: block;
  }
  10% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    height: 20px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@-moz-keyframes fadeInOutVehicleStatus {
  0% {
    opacity: 0;
    display: block;
  }
  10% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    height: 20px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
@keyframes fadeInOutVehicleStatus {
  0% {
    opacity: 0;
    display: block;
  }
  10% {
    opacity: 1;
  }
  85% {
    opacity: 1;
    height: 20px;
  }
  100% {
    opacity: 0;
    height: 0px;
  }
}
/* Keyframes for the fade-in */
@-webkit-keyframes fadeInToolTip {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInToolTip {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInToolTip {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*keyframes from login - invalid*/
@-moz-keyframes invalid {
  0% {
    left: 8px;
  }
  10% {
    left: -8px;
  }
  30% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@keyframes invalid {
  0% {
    left: 8px;
  }
  10% {
    left: -8px;
  }
  30% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes invalid {
  0% {
    left: 8px;
  }
  10% {
    left: -8px;
  }
  30% {
    left: 8px;
  }
  60% {
    left: -8px;
  }
  100% {
    left: 0px;
  }
}
/*keyframes from login - rotate*/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes t-slide-in {
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes t-slide-in {
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes t-slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes t-slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
/*Keyframes opacity*/
@-o-keyframes opacity {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes pin-bounce {
  0% {
    top: -1310px;
  }
  10% {
    top: -29pX;
  }
  15% {
    top: -39px;
  }
  20% {
    top: -29pX;
  }
  25% {
    top: -37px;
  }
  30% {
    top: -29pX;
  }
  35% {
    top: -35Px;
  }
  40% {
    top: -32pX;
  }
  100% {
    top: -29pX;
  }
}
@-moz-keyframes pin-bounce {
  0% {
    top: -1310px;
  }
  10% {
    top: -29pX;
  }
  15% {
    top: -39px;
  }
  20% {
    top: -29pX;
  }
  25% {
    top: -37px;
  }
  30% {
    top: -29pX;
  }
  35% {
    top: -35Px;
  }
  40% {
    top: -32pX;
  }
  100% {
    top: -29pX;
  }
}
@-o-keyframes pin-bounce {
  0% {
    top: -1310px;
  }
  10% {
    top: -29pX;
  }
  15% {
    top: -39px;
  }
  20% {
    top: -29pX;
  }
  25% {
    top: -37px;
  }
  30% {
    top: -29pX;
  }
  35% {
    top: -35Px;
  }
  40% {
    top: -32pX;
  }
  100% {
    top: -29pX;
  }
}
@keyframes pin-bounce {
  0% {
    top: -1310px;
  }
  10% {
    top: -29pX;
  }
  15% {
    top: -39px;
  }
  20% {
    top: -29pX;
  }
  25% {
    top: -37px;
  }
  30% {
    top: -29pX;
  }
  35% {
    top: -35Px;
  }
  40% {
    top: -32pX;
  }
  100% {
    top: -29pX;
  }
}
.blink-def {
  animation: blink-def 2s linear infinite;
}
.blink-slow {
  animation: blink-slow 1.7s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}
.blink-middle {
  animation: blink-fast 1s ease-in-out infinite alternate;
}
.blink-fast {
  animation: blink-middle 0.6s 30s cubic-bezier(1, 0, 0, 1) infinite alternate;
}
@-webkit-keyframes blink-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blink-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blink-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink-def {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blink-slow {
  to {
    opacity: 0;
  }
}
@-moz-keyframes blink-slow {
  to {
    opacity: 0;
  }
}
@-o-keyframes blink-slow {
  to {
    opacity: 0;
  }
}
@keyframes blink-slow {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink-middle {
  to {
    opacity: 0;
  }
}
@-moz-keyframes blink-middle {
  to {
    opacity: 0;
  }
}
@-o-keyframes blink-middle {
  to {
    opacity: 0;
  }
}
@keyframes blink-middle {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink-fast {
  to {
    opacity: 0;
  }
}
@-moz-keyframes blink-fast {
  to {
    opacity: 0;
  }
}
@-o-keyframes blink-fast {
  to {
    opacity: 0;
  }
}
@keyframes blink-fast {
  to {
    opacity: 0;
  }
}
/* Change Autocomplete styles in Chrome*/
input::selection,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #191D63;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/** Flex Prefixes **/
.marginLeftAuto,
.__margin-left-auto {
  margin-left: auto;
}
.marginRightAuto,
.__margin-right-auto {
  margin-right: auto;
}
.resetAbsoulute {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.__pointer-events-none {
  pointer-events: none;
}
/* CSS specific to iOS devices */
/* CSS for other than iOS devices */
.__pt10 {
  padding-top: 10px !important;
}
.__pt20 {
  padding-top: 20px !important;
}
.__pt30 {
  padding-top: 30px !important;
}
.__pt40 {
  padding-top: 40px !important;
}
.__pt50 {
  padding-top: 50px !important;
}
.__pb10 {
  padding-bottom: 10px !important;
}
.__pb20 {
  padding-bottom: 20px !important;
}
.__pb30 {
  padding-bottom: 30px !important;
}
.__pb40 {
  padding-bottom: 40px !important;
}
.__pb50 {
  padding-bottom: 50px !important;
}
.__pl10 {
  padding-left: 10px !important;
}
.__pl20 {
  padding-left: 20px !important;
}
.__pl30 {
  padding-left: 30px !important;
}
.__pl40 {
  padding-left: 40px !important;
}
.__pl50 {
  padding-left: 50px !important;
}
.__pr10 {
  padding-right: 10px !important;
}
.__pr20 {
  padding-right: 20px !important;
}
.__pr30 {
  padding-right: 30px !important;
}
.__pr40 {
  padding-right: 40px !important;
}
.__pr50 {
  padding-right: 50px !important;
}
.__mt0 {
  margin-top: 0px !important;
}
.__mt10 {
  margin-top: 10px !important;
}
.__mt20 {
  margin-top: 20px !important;
}
.__mt30 {
  margin-top: 30px !important;
}
.__mt40 {
  margin-top: 40px !important;
}
.__mt50 {
  margin-top: 50px !important;
}
.__mb0 {
  margin-bottom: 0px !important;
}
.__mb10 {
  margin-bottom: 10px !important;
}
.__mb20 {
  margin-bottom: 20px !important;
}
.__mb30 {
  margin-bottom: 30px !important;
}
.__mb40 {
  margin-bottom: 40px !important;
}
.__mb50 {
  margin-bottom: 50px !important;
}
.__ml-auto {
  margin-left: auto !important;
}
.__ml0 {
  margin-left: 0px !important;
}
.__ml10 {
  margin-left: 10px !important;
}
.__ml20 {
  margin-left: 20px !important;
}
.__ml30 {
  margin-left: 30px !important;
}
.__ml40 {
  margin-left: 40px !important;
}
.__ml50 {
  margin-left: 50px !important;
}
.__mr-auto {
  margin-right: auto !important;
}
.__mr0 {
  margin-right: 0px !important;
}
.__mr10 {
  margin-right: 10px !important;
}
.__mr20 {
  margin-right: 20px !important;
}
.__mr30 {
  margin-right: 30px !important;
}
.__mr40 {
  margin-right: 40px !important;
}
.__mr50 {
  margin-right: 50px !important;
}
/*ALIGN*/
/* Menu colors */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Calibri, Arial, Sans-serif;
}
article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}
a img {
  border: 0;
}
*:focus {
  outline: none;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
::-moz-selection {
  color: #ffffff;
  background: #191D63;
}
::selection {
  color: #ffffff;
  background: #191D63;
}
br {
  clear: both;
}
img {
  border: none;
}
.clr {
  clear: both;
  height: 0;
}
html,
body {
  height: 100%;
}
body {
  background: #EBEBEB url("../Images/Login/background.png?v=10112024147S") repeat;
  background-size: auto 100%;
  /*  December 2016
     &::before {
       content: "";
       background: url("../Images/Login/background-back.png?v=@{fw-version}") left bottom repeat;
       position: absolute;top: 0;left: 0;right: 0;bottom: 0;
   } */
}
body::before {
  background: transparent;
  display: none;
}
body.loaded .LoginWrapperInner .LoginContent,
body.loaded .LoginWrapperInner .login-security-code {
  opacity: 1;
  transition-delay: 400ms;
  transition-duration: 650ms;
  transition-timing-function: ease-in-out;
}
body.loaded .LoginWrapperInner .LoginTitleLogo,
body.loaded .LoginWrapperInner .LoginTitle {
  opacity: 1;
  transition-duration: 650ms;
  transform: translate3d(0, 50px, 0);
  transition-timing-function: ease-in-out;
}
body.loaded .LoginWrapperInner .login-sec-code-title {
  opacity: 1;
  transition-duration: 650ms;
  transform: translate3d(0, 0px, 0);
  transition-timing-function: ease-in-out;
}
body.loaded .LoginFooter {
  opacity: 1;
  transition-delay: 700ms;
  transition-duration: 650ms;
  transition-timing-function: ease-in-out;
}
.Engine {
  height: 100%;
}
.force-overflow {
  min-height: 450px;
}
a {
  text-decoration: none;
  color: #333;
}
a:link {
  text-decoration: none;
  color: #333;
}
a:visited {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
.preloader-general {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 16384;
  position: absolute;
  background-color: #ebebeb;
}
.FloatRight {
  float: right;
}
.ContainerGlobalLogin {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 460px) {
  .ContainerGlobalLogin {
    position: relative;
    overflow: auto;
  }
}
@media only screen and (max-width:320px) {
  .ContainerGlobalLogin {
    position: relative;
    overflow: auto;
  }
}
.LoginWrapper {
  width: 540px;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  background: #fff;
  z-index: 99;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}
.LoginWrapper .LoginTableWrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.LoginWrapper .LoginWrapperInner {
  display: table-row;
  height: auto;
  width: 100%;
  position: relative;
}
.LoginWrapper .LoginWrapperInner .LoginCellWrapper {
  display: table-cell;
  vertical-align: middle;
}
.LoginWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle {
  opacity: 0;
  opacity: 1;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 103px;
  min-height: 20px;
  display: block;
  background-image: url("../Images/Login/Login_logo.png?v=10112024147S");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  margin: 0 auto;
}
.LoginWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle img {
  position: absolute;
  left: 50%;
  margin-left: -142px;
}
.LoginWrapper.invalid {
  height: 390px;
}
.LoginWrapper .loginActions {
  width: 100%;
  display: block;
  float: none;
  margin: 15px 0;
}
.LoginWrapper .loginActions.last {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.LoginWrapper .loginActions.last .LoginTextLink {
  float: none;
  color: #6d6d6d;
  font-size: 0.875em;
  font-size: 0.875rem;
  text-decoration: underline;
  overflow: hidden;
  line-height: 22px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0.5s;
  -moz-transition: opacity 0.4s ease-in 0.5s;
  -o-transition: opacity 0.4s ease-in 0.5s;
  transition: opacity 0.4s ease-in 0.5s;
}
.LoginWrapper .loginActions.last .LoginTextLink.BtnNeedHelpHide {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
.LoginWrapper .loginActions.last .LoginTextLink:hover {
  color: #333;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .LoginWrapper .loginActions.last {
    margin-bottom: 30px;
  }
}
.LoginWrapper .loginActions .LoginButton {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.125em;
  font-size: 1.125rem;
  padding: 3px 12px;
  text-align: center;
  background: #191D63;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  border: none;
  font-weight: bold;
  text-transform: lowercase;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
  border-radius: 3px;
  position: relative;
  line-height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.LoginWrapper .loginActions .LoginButton:first-letter {
  text-transform: uppercase;
}
.LoginWrapper .loginActions .LoginButton:hover,
.LoginWrapper .loginActions .LoginButton.focus {
  background: #0f113a;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.LoginWrapper .loginActions .LoginButton:active,
.LoginWrapper .loginActions .LoginButton.active {
  color: #F2F2F2;
  background: #0f113a;
  transition: none !important;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset, 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper {
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .LoginButtonText {
  text-transform: lowercase;
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .LoginButtonText:first-letter {
  text-transform: capitalize;
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .loader {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .loader svg {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-animation: rotate 1.3s linear infinite;
  -moz-animation: rotate 1.3s linear infinite;
  animation: rotate 1.3s linear infinite;
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .loader svg .circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 5px;
}
.LoginWrapper .loginActions .LoginButton .LoginButtonTextDivWrapper .loader svg .loadbar {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
}
.LoginWrapper .loginActions .LoginContentBox {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.LoginWrapper .loginActions .checkboxLabel label {
  max-width: 170px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.LoginWrapper .loginActions .LoginRememberText {
  color: #666;
  font-size: 0.9em;
  width: 100%;
  max-width: 320px;
  display: block;
  float: none;
  margin: 0 auto;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.LoginWrapper .loginActions .LoginRememberText .checkbox,
.LoginWrapper .loginActions .LoginRememberText .checkboxLabel {
  float: none;
  display: inline-block;
}
.LoginWrapper .loginActions .LoginRememberText.invalid {
  top: 200px;
}
.LoginWrapper .loginActions .LoginRememberText label {
  float: left;
  padding-top: 2px;
  cursor: pointer;
}
.LoginWrapper .loginActions .LoginRememberText input {
  float: left;
  margin: 4px 7px 0 5px;
  cursor: pointer;
}
@media only screen and (max-width : 992px) {
  .LoginWrapper {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.LoginWelcome .loginWelcomeTitle {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
}
.LoginWelcome .loginWelcomeDesc {
  width: 100%;
  text-align: center;
  font-size: 0.875em;
  font-size: 0.875rem;
  color: #333;
}
.loginInputLabel {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 8px;
  color: #6d6d6d;
}
.LoginContent,
.login-security-code {
  opacity: 0;
  overflow: hidden;
  text-align: left;
  line-height: 1.2;
  position: relative;
  border-radius: 10px;
  margin-top: 14%;
  background: transparent;
  padding: 0 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* Two Factor Authentication */
}
.LoginContent .LoginResetPassWrapper,
.login-security-code .LoginResetPassWrapper {
  border-top: 4px #191D63 solid;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 12px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #e6e6e6;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label {
  font-size: 0.875em;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 2px;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementHeader,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementHeader {
  font-weight: bold;
  display: block;
  align-content: center;
  width: 100%;
  padding-bottom: 10px;
  color: #666;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem {
  padding: 4px 11px;
  margin-left: 10px;
  display: block;
  position: relative;
  padding-left: 14px;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem::before,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem::before {
  content: "";
  color: #fff;
  font-size: 1.5625em;
  font-size: 1.5625rem;
  background-color: #CCC;
  border-radius: 50%;
  /* border: 1px solid #ccc; */
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  text-align: center;
  line-height: 14px;
  position: absolute;
  margin-right: 10px;
  left: -3px;
  top: 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.valid,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.valid {
  color: green;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.valid::before,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.valid::before {
  content: "\2714";
  color: green;
  font-size: 1.125em;
  font-size: 1.125rem;
  background-color: transparent;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.invalid,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.invalid {
  color: red;
}
.LoginContent .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.invalid::before,
.login-security-code .LoginResetPassWrapper .PasswordChangeRequirementsWrapper label.PasswordRequirementItem.invalid::before {
  content: "\2716";
  color: red;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  background-color: transparent;
  border: none;
}
.LoginContent .LoginResetPassWrapper .ResetPass_Username,
.login-security-code .LoginResetPassWrapper .ResetPass_Username {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.LoginContent .LoginHelpWrapper,
.login-security-code .LoginHelpWrapper {
  margin: 0 auto;
  position: relative;
  top: -70px;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.LoginContent .LoginHelpWrapper.LoginHelpWrapperShow,
.login-security-code .LoginHelpWrapper.LoginHelpWrapperShow {
  max-height: 150px;
  -webkit-transition: max-height 0.5s ease-in;
  -moz-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent,
.login-security-code .LoginHelpWrapper .LoginHelpContent {
  padding: 20px;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn:before,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn:before {
  display: block;
  content: "\00d7";
  color: #979797;
  color: #b0b0b0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  font-size: 1.25rem;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn:hover:before,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpCloseBtn:hover:before {
  color: #979797;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpTextWrapper,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpTextWrapper {
  line-height: 20px;
  height: auto;
  font-size: 0.875em;
  font-size: 0.875rem;
  color: #979797;
  font-weight: 600;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport {
  line-height: 14px;
  color: #b0b0b0;
  font-size: 0.875em;
  font-size: 0.875rem;
  padding: 4px 0;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport a,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport a {
  color: #a9a9a9;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport a:hover,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport a:hover {
  color: #979797;
}
.LoginContent .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport img.LoginFooterMailIcon,
.login-security-code .LoginHelpWrapper .LoginHelpContent .LoginHelpMailSupport img.LoginFooterMailIcon {
  opacity: 0.4;
}
.LoginContent .login-sec-code-help-wrapper,
.login-security-code .login-sec-code-help-wrapper {
  width: 120px;
  height: auto;
  position: relative;
  position: absolute;
  margin: 0 auto;
  top: 34px;
}
.LoginContent .loginInputContainer,
.login-security-code .loginInputContainer {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
  position: relative;
  max-width: 320px;
  width: 100%;
  height: 40px;
}
.LoginContent .loginInputContainer::before,
.login-security-code .loginInputContainer::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -8px;
  background: url("../Images/Login/user_pass_icons.png?v=10112024147S");
  background-position: 0 0px;
}
.LoginContent .loginInputContainer.inputUser::before,
.login-security-code .loginInputContainer.inputUser::before {
  background-position: 0 0px;
}
.LoginContent .loginInputContainer.inputPass::before,
.login-security-code .loginInputContainer.inputPass::before {
  background-position: 0 16px;
}
.LoginContent .loginInputContainer .LoginIputField,
.login-security-code .loginInputContainer .LoginIputField {
  margin: 0;
  color: #000000;
  font-size: 0.9em;
  border: 1px solid #ababab;
  font-family: Calibri, Arial, sans-serif;
  float: none;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  padding-left: 42px;
  border-radius: 3px;
  border-color: #b2b2b2;
  width: 100%;
  height: 100%;
}
.LoginContent .loginInputContainer .LoginIputField.focus,
.login-security-code .loginInputContainer .LoginIputField.focus,
.LoginContent .loginInputContainer .LoginIputField:focus,
.login-security-code .loginInputContainer .LoginIputField:focus {
  border: 1px solid #191D63;
  border-color: #191D63;
  -webkit-box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
  -moz-box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
  box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
}
.LoginContent .loginInputContainer .LoginIputField.invalid,
.login-security-code .loginInputContainer .LoginIputField.invalid {
  border: 1px solid #C23;
}
.LoginContent .DropDownSimpleWrapper,
.login-security-code .DropDownSimpleWrapper {
  position: relative;
  width: 320px;
  height: 40px;
  margin: 0 auto;
  float: none;
  background: #fff;
  border-radius: 3px;
}
.LoginContent .DropDownSimpleWrapper.focus .DropDownInputFieldContainerIcons,
.login-security-code .DropDownSimpleWrapper.focus .DropDownInputFieldContainerIcons {
  border: 1px solid #191D63;
  -webkit-box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
  -moz-box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
  box-shadow: 0px 0px 10px rgba(25, 29, 99, 0.6);
}
.LoginContent .DropDownSimpleWrapper.focus .DropDownInputFieldContainerIcons .DropDownInput,
.login-security-code .DropDownSimpleWrapper.focus .DropDownInputFieldContainerIcons .DropDownInput {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.LoginContent .DropDownSimpleWrapper.focus .DropDownInputButton,
.login-security-code .DropDownSimpleWrapper.focus .DropDownInputButton {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputFieldContainerIcons,
.login-security-code .DropDownSimpleWrapper .DropDownInputFieldContainerIcons {
  height: 40px;
  border-radius: 3px;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputFieldContainerIcons:hover .DropDownInput,
.login-security-code .DropDownSimpleWrapper .DropDownInputFieldContainerIcons:hover .DropDownInput {
  border-color: #b2b2b2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputFieldContainerIcons .DropDownIcon,
.login-security-code .DropDownSimpleWrapper .DropDownInputFieldContainerIcons .DropDownIcon {
  top: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: -7px;
  left: 17px;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputFieldContainerIcons .DropDownInput,
.login-security-code .DropDownSimpleWrapper .DropDownInputFieldContainerIcons .DropDownInput {
  padding-left: 50px;
  border-color: #b2b2b2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: none;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputButton,
.login-security-code .DropDownSimpleWrapper .DropDownInputButton {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: transparent;
  border-color: #b2b2b2;
  width: 100%;
}
.LoginContent .DropDownSimpleWrapper .DropDownInputButton .DropDownImageInner,
.login-security-code .DropDownSimpleWrapper .DropDownInputButton .DropDownImageInner {
  margin: -2px 0 0 -6px;
  border: 6px solid transparent;
  border-top-color: #b2b2b2;
}
@media only screen and (max-width:320px) {
  .LoginContent .DropDownSimpleWrapper,
  .login-security-code .DropDownSimpleWrapper {
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 460px) {
  .LoginContent .DropDownSimpleWrapper,
  .login-security-code .DropDownSimpleWrapper {
    width: 100%;
    max-width: 320px;
  }
}
.LoginContent.verify-phone,
.login-security-code.verify-phone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  transition-delay: 400ms;
  transition-duration: 650ms;
  transition-timing-function: ease-in-out;
}
.LoginContent.verify-phone .login-sec-code-title,
.login-security-code.verify-phone .login-sec-code-title {
  text-align: center;
  color: #333;
  font-size: 1.3125em;
  font-size: 1.3125rem;
  line-height: 1.38105;
  font-weight: 400;
  letter-spacing: 0.011em;
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper,
.login-security-code.verify-phone .login-sec-code-container-wrapper,
.LoginContent.verify-phone .login-sec-code-info-wrapper,
.login-security-code.verify-phone .login-sec-code-info-wrapper {
  width: 90%;
  margin: 0px auto 15px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 10px 0;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap + *,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap + *,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap + *,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap + * {
  margin-left: 6px;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap {
  width: 42px;
  height: 42px;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap .form-textbox,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap .form-textbox,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap .form-textbox,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap .form-textbox {
  width: 100%;
  height: 34px;
  font-size: 1.0625em;
  font-size: 1.0625rem;
  line-height: 1.29412;
  font-weight: 400;
  letter-spacing: -0.021em;
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #333;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  background: #fff;
  background-clip: padding-box;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap .char-field,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap .char-field,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap .char-field,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap .char-field {
  width: 40px;
  height: 40px;
  color: #494949;
  font-size: 1.5em;
  font-size: 1.5rem;
  padding: 0;
  text-align: center;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap input,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-container .login-sec-code-field-wrap input,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap input,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-container .login-sec-code-field-wrap input {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: ltr;
  text-align: left;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-info,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-info,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-info,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-info,
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-link,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-link,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-link,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-link {
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-info,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-info,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-info,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-info {
  padding: 10px 4px 20px 4px;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-info.invalid-code,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-info.invalid-code,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-info.invalid-code,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-info.invalid-code {
  color: red;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-link,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-link,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-link,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-link {
  width: auto;
  color: #6d6d6d;
  font-size: 0.875em;
  font-size: 0.875rem;
  text-decoration: underline;
  overflow: hidden;
  line-height: 22px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0.5s;
  -moz-transition: opacity 0.4s ease-in 0.5s;
  -o-transition: opacity 0.4s ease-in 0.5s;
  transition: opacity 0.4s ease-in 0.5s;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper .login-sec-code-link:hover,
.login-security-code.verify-phone .login-sec-code-container-wrapper .login-sec-code-link:hover,
.LoginContent.verify-phone .login-sec-code-info-wrapper .login-sec-code-link:hover,
.login-security-code.verify-phone .login-sec-code-info-wrapper .login-sec-code-link:hover {
  color: #333;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper.error-msg,
.login-security-code.verify-phone .login-sec-code-container-wrapper.error-msg,
.LoginContent.verify-phone .login-sec-code-info-wrapper.error-msg,
.login-security-code.verify-phone .login-sec-code-info-wrapper.error-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1em;
  font-size: 1rem;
  -webkit-transition: 1s ease-in;
  -moz-transition: 1s ease-in;
  -o-transition: 1s ease-in;
  transition: 1s ease-in;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper.error-msg.error,
.login-security-code.verify-phone .login-sec-code-container-wrapper.error-msg.error,
.LoginContent.verify-phone .login-sec-code-info-wrapper.error-msg.error,
.login-security-code.verify-phone .login-sec-code-info-wrapper.error-msg.error {
  color: red;
}
.LoginContent.verify-phone .login-sec-code-container-wrapper.error-msg.info,
.login-security-code.verify-phone .login-sec-code-container-wrapper.error-msg.info,
.LoginContent.verify-phone .login-sec-code-info-wrapper.error-msg.info,
.login-security-code.verify-phone .login-sec-code-info-wrapper.error-msg.info {
  color: #003366;
}
@media only screen and (max-width:320px) {
  .LoginContent,
  .login-security-code {
    margin-bottom: 0px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 460px) {
  .LoginContent,
  .login-security-code {
    margin-bottom: 0px;
    margin-top: 70px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .LoginContent,
  .login-security-code {
    margin-bottom: -30px;
    margin-top: 70px;
  }
}
.LoginIcon {
  float: left;
  padding-top: 1px;
  margin-right: 10px;
  position: relative;
}
.LoginIputFieldError {
  color: #C23;
  font-size: 0.8125em;
  font-size: 0.8125rem;
  margin-top: 4px;
  margin-bottom: -5px;
}
.LoginDropDownWrapper {
  float: left;
  height: 19px;
  width: 212px;
  position: relative;
}
.LoginButtonTextWrapper {
  top: 165px;
  right: 20px;
  position: absolute;
}
.LoginButtonTextWrapper.invalid {
  top: 195px;
}
.LoginForgetPass {
  top: 210px;
  right: 20px;
  position: absolute;
}
.LoginForgetPass.invalid {
  top: 240px;
}
.LoginTextLink {
  display: inline-block;
  color: #191D63;
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.LoginTextLink:hover {
  color: #000000;
}
.LoginFooter {
  width: 100%;
  height: 50px;
  display: table-row;
  opacity: 0;
  font-size: 0.8em;
  margin: 0;
  position: relative;
}
.LoginFooter .LoginFooterLogo {
  width: 100%;
  display: block;
  padding: 14px 0 6px 0;
  background: none;
}
.LoginFooter .LoginFooterLogo .LoginFooterSVGWrapper {
  display: block;
  max-width: 100%;
  width: 60px;
  height: 48px;
  margin: 0 auto;
}
.LoginFooter .LoginFooterLogo .LoginFooterSVGWrapper svg * {
  fill: rgba(102, 102, 102, 0.6);
}
.LoginFooter .LoginFooterLogo .LoginFooterSVGWrapper:hover {
  transition: 0.3s;
}
.LoginFooter .LoginFooterLogo .LoginFooterSVGWrapper:hover .logo {
  fill: #191D63;
}
.LoginFooter .LoginFooterLogo .LoginFooterSVGWrapper:hover .triangle {
  fill: #49C7ED;
}
.LoginFooter .LoginFooterSupport {
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  opacity: 0.6;
}
.LoginFooter .LoginFooterSupport a {
  color: #838383;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.LoginFooter .LoginFooterSupport a:hover {
  color: #191D63;
}
.LoginFooter .LoginFooterSupport.DE {
  margin-top: 1px;
}
.LoginFooter .LoginFooterSupport a {
  color: #838383;
}
.LoginFooter .LoginFooterSupport a:hover,
.LoginFooter .LoginFooterSupport a:focus {
  color: #333;
}
.LoginFooter .LoginFooterText {
  color: #838383;
  margin-bottom: 6px;
}
.LoginFooterText {
  width: 100%;
  color: #666;
  font-size: 0.9em;
  text-align: center;
  opacity: 0.6;
}
.LoginFooterText a {
  color: #666;
}
.LoginFooterSupportMail {
  margin-top: -2px;
}
.LoginFooterTextWrap {
  width: 142px;
  margin: 0 auto;
  position: relative;
}
.LoginFooterTextWrap:hover,
.LoginFooterTextWrap a:hover {
  color: #191D63;
  cursor: pointer;
}
.LoginFooterMailIcon {
  top: 1px;
  margin: 0 5px 0 0;
  position: relative;
}
.LoginFooterTextWrap:hover .LoginFooterMailIcon {
  width: 14px;
  height: 10px;
  background-position: -14px 0;
}
.LoginFooterMail {
  margin: 0px;
  float: left;
}
.LoginFooterImage {
  float: right;
}
.LoginError {
  top: 10px;
  left: 30px;
  right: 35px;
  color: #cc2233;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
}
.fa-icon {
  margin-right: 3px;
}
.fa-envelope {
  margin-left: 15px;
}
.LoginContentBox.invalid {
  -moz-animation: invalid 0.5s;
  -o-animation: invalid 0.5s;
  -webkit-animation: invalid 0.5s;
  animation: invalid 0.5s;
}
.DropDownOuter {
  top: 5px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ababab;
  -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
}
.DropDownSimpleSelectionContainer {
  top: 0px;
  left: 0px;
  position: relative;
  -moz-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 7px rgba(50, 50, 50, 0.3);
}
.DropDownSimple {
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 0.8em;
}
.DropDownSimpleHover {
  width: 224px;
  background-color: #f9f9f9;
}
.DropDownSimpleSelected {
  color: #000000;
  background-color: #afb2eb;
}
.DropDownSimpleDelimiterText {
  height: 12px;
  color: #191D63;
  display: block;
  font-size: 0.8em;
  font-style: italic;
  padding-bottom: 2px;
  margin: 4px 4px 1px 4px;
  border-bottom: 1px solid #1e2377;
}
.DropDownSimpleDelimiter {
  height: 1px;
  color: #191D63;
  display: block;
  margin: 4px 4px;
  font-size: 0.8em;
  font-style: italic;
  border-bottom: 1px solid #1e2377;
}
.DropDownSimpleSelectionContainerIcons {
  overflow: auto;
  max-height: 240px;
}
.DropDownSimpleSelectionContainerIcons .DropDownSimple {
  height: 30px;
  padding: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  cursor: pointer;
  font-size: 0.8em;
  position: relative;
  border-bottom: 1px solid #EEE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.DropDownInputFieldContainerIcons {
  height: 27px;
  position: relative;
}
.DropDownInputFieldContainerIcons input {
  border: 0 none;
  padding: 0 5px 0 0;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.DropDownInputFieldContainerIcons.FlagIcon .DropDownIcon {
  top: 50%;
  left: 5px;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: -8px 5px 0 0;
}
.DropDownInputFieldContainerIcons .DropDownInput {
  top: 0;
  bottom: 0;
  left: 0;
  right: 22px;
  position: absolute;
  padding: 0 0 0 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  -o-transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  -webkit-transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
  transition: border 0.2s ease-in, box-shadow 0.2s ease-in;
}
.DropDownInputFieldContainerIcons:hover .DropDownInput {
  border: 1px solid #191D63;
  -webkit-box-shadow: inset 0 0 6px rgba(25, 29, 99, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(25, 29, 99, 0.4);
  box-shadow: inset 0 0 6px rgba(25, 29, 99, 0.4);
}
.DropDownSimple .DropDownIcon {
  top: 50%;
  left: 5px;
  width: 26px;
  height: 16px;
  position: absolute;
  margin: -8px 5px 0 0;
}
.DropDownSimple .DropDownLabel {
  top: 50%;
  left: 23px;
  right: 6px;
  height: 16px;
  position: absolute;
  margin: -8px 5px 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.DropDownSimple .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon .DropDownIcon .DropDownIconImage {
  left: 0;
  width: 16px;
  height: 16px;
  background: none;
  position: absolute;
}
.DropDownSimple.IconAR .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconAR .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -48px 0;
}
.DropDownSimple.IconCZ .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconCZ .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -112px 0;
}
.DropDownSimple.IconDE .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconDE .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -128px 0;
}
.DropDownSimple.IconFR .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconFR .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -160px 0;
}
.DropDownSimple.IconHR .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconHR .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: 0 0;
}
.DropDownSimple.IconHU .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconHU .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -96px 0;
}
.DropDownSimple.IconIT .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconIT .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -64px 0;
}
.DropDownSimple.IconMK .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconMK .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -208px 0;
}
.DropDownSimple.IconRO .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconRO .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -224px 0;
}
.DropDownSimple.IconRU .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconRU .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -176px 0;
}
.DropDownSimple.IconSI .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconSI .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -80px 0;
}
.DropDownSimple.IconSK .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconSK .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -16px 0;
}
.DropDownSimple.IconSR .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconSR .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -32px 0;
}
.DropDownSimple.IconTR .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconTR .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -192px 0;
}
.DropDownSimple.IconUS .DropDownIconImage,
.DropDownInputFieldContainerIcons.FlagIcon.IconUS .DropDownIcon .DropDownIconImage {
  background: url("../Images/Login/languages.png?v=10112024147S") 0 0 no-repeat;
  background-position: -144px 0;
}
.DropDownInputButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  position: absolute;
  background-color: #ebebeb;
  border: 1px solid #ababab;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in;
  -moz-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DropDownInputButton .focus .DropDownInputButton {
  border: 1px solid #191D63;
  background: #afb2eb;
  -webkit-box-shadow: 0 0 10px rgba(25, 29, 99, 0.4);
  -moz-box-shadow: 0 0 10px rgba(25, 29, 99, 0.4);
  box-shadow: 0 0 10px rgba(25, 29, 99, 0.4);
}
.DropDownInputButton .DropDownImageInner {
  height: 0;
  width: 0;
  top: 50%;
  right: 17px;
  margin: -2px 0 0 -4px;
  position: absolute;
  border: 4px solid transparent;
  border-top-color: #555555;
}
.PopupViewer {
  position: absolute;
}
.PopupViewer .login-sec-code-help-wrapper {
  width: 120px;
  height: auto;
  position: relative;
  position: absolute;
  margin: 0 auto;
  top: 44px;
  background-color: #ededed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*SEC CODE*/
}
.PopupViewer .login-sec-code-help-wrapper::after,
.PopupViewer .login-sec-code-help-wrapper::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.PopupViewer .login-sec-code-help-wrapper::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
}
.PopupViewer .login-sec-code-help-wrapper::before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ededed;
  border-width: 12px;
  margin-left: -12px;
}
.PopupViewer .login-sec-code-help-wrapper.__show {
  visibility: visible;
  box-shadow: 0px 0px 8px #888;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  -o-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 10px;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-close-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-close-btn:before {
  display: block;
  content: "\00d7";
  color: #979797;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1.25em;
  font-size: 1.25rem;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-close-btn:hover:before {
  color: #979797;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text-wrapper {
  line-height: 20px;
  height: auto;
  font-size: 0.875em;
  font-size: 0.875rem;
  color: #979797;
  font-weight: 600;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text {
  width: 100%;
  height: auto;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #b0b0b0;
  font-size: 0.875em;
  font-size: 0.875rem;
  padding: 4px 0;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text .login-sec-code-resend-icon-wrapper {
  width: 32px;
  height: 32px;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text .login-sec-code-resend-icon-wrapper svg {
  fill: #666;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text .login-sec-code-resend-link {
  font-size: 0.875em;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
  color: #191D63;
  padding: 10px 0;
}
.PopupViewer .login-sec-code-help-wrapper .login-sec-code-help-content .login-sec-code-help-text .login-sec-code-resend-text {
  width: 100%;
  color: #6d6d6d;
  text-align: center;
}
.WindowChangePassContainer {
  width: 510px;
  height: 250px;
  z-index: 13000;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  border: 2px solid #1e2377;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.75);
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer {
    display: block;
    margin: 0 14.2px !important;
    width: 90% !important;
    left: 0;
    height: 330px;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer {
    display: block;
    margin: 0 14.2px !important;
    width: 91% !important;
    left: 0 !important;
    height: 330px;
  }
}
.WindowChangePassContainer .WindowHeaderContainer {
  top: 0;
  left: 0;
  right: 0;
  height: 22px;
  overflow: hidden;
  position: absolute;
  background-color: transparent;
  border-bottom: 0 none;
}
.WindowChangePassContainer .WindowHeaderIcon img {
  /*top: 3px;left: 5px;width: 16px;height: 16px;overflow: hidden;position: absolute; */
  display: none;
}
.WindowChangePassContainer .WindowHeaderIcon img .WindowHeaderTitleContainer {
  left: 30px;
  margin-top: 1px;
  position: absolute;
}
.WindowChangePassContainer .ChangePassContent {
  top: 34px;
  left: 40px;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
  position: absolute;
}
.WindowChangePassContainer .ChangePassContent .HelpMessageTitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #1e2377;
  color: #191D63;
  font-size: 1.7em;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .HelpMessageTitle {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .HelpMessageTitle {
    font-size: 1.3em;
  }
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper {
  right: 10px;
  height: 40px;
  position: absolute;
  left: 50%;
  height: 36px;
  line-height: 36px;
  width: 50%;
  display: flex;
  top: 139px;
  justify-content: flex-start;
  padding-left: 10px;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper {
    top: 187px;
    right: 0px;
    left: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper {
    top: 187px;
    right: 0px;
    left: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton {
  font-weight: bold;
  position: relative;
  width: 33%;
  float: right;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0px 12px;
  margin: 0px;
  margin-right: 6px;
  text-align: center;
  background: #191D63;
  border: 0 none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton.focus {
  background: #0f113a;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(25, 29, 99, 0.4);
  -moz-box-shadow: 0px 1px 5px 1px rgba(25, 29, 99, 0.4);
  box-shadow: 0px 1px 5px 1px rgba(25, 29, 99, 0.4);
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton:hover {
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  position: relative;
  color: #ffffff;
  background: #0f113a;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton:active,
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton.active {
  color: #F2F2F2;
  background: #0f113a;
  transition: none !important;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
}
.WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton:last-child {
  background: #e2e0e0;
  color: #505050;
  margin-right: 0;
  margin-left: 6px;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton {
    width: 43.6%;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassButtonWrapper .PassButton {
    width: 43.6%;
    text-align: center;
  }
}
.WindowChangePassContainer .ChangePassContent .HelpMessageLogo {
  position: absolute;
  top: 14px;
  right: 0;
  width: 80px;
  height: 15px;
  /*background: url("../Images/Login/Login_logo_pass.png?v=@{fw-version}") no-repeat center;*/
  /*Logotip*/
  /*background-size: contain;*/
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .HelpMessageLogo {
    top: 4px;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .HelpMessageLogo {
    top: 4px;
  }
}
.WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper {
  top: 140px;
  left: 0;
  right: 0;
  position: absolute;
  height: 34px;
  width: 50%;
}
.WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper1,
.WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper2 {
  left: 0px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper1,
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper1,
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    position: relative;
  }
}
.WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper1 .ChangePassInputField,
.WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper .ChangePassInputFieldWrapper2 .ChangePassInputField {
  margin: 0;
  color: #000000;
  font-size: 0.9em;
  border: 1px solid #ababab;
  font-family: Calibri, Arial, Sans-serif;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: normal;
  height: 34px;
  width: 100%;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassInputWrapper {
    width: 100%;
  }
}
.WindowChangePassContainer .ChangePassContent .ChangePassTextWrapper {
  left: 0;
  right: 0;
  font-size: 0.9em;
  position: absolute;
  top: 50px;
  height: auto;
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent .ChangePassTextWrapper {
    top: 40px;
  }
}
@media only screen and (max-width:320px) {
  .WindowChangePassContainer .ChangePassContent {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent {
    left: 20px;
    right: 20px;
  }
}
.WindowChangePassContainer .HelpMaintenanceFooterWrapper {
  position: absolute;
  opacity: 0.4;
  left: 50%;
  bottom: 14px;
  margin-left: -20px;
  background: url("../Images/Login/cvs_logo_only.png?v=10112024147S") no-repeat top center;
  background-size: cover;
  width: 41px;
  height: 18px;
}
.PasswordReset {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.PasswordReset .PasswordResetModal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 12000;
  position: absolute;
  background-color: #000000;
  filter: alpha(opacity=60);
}
.ResetPass_Username {
  font-weight: bold;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.loginField {
  display: block;
  position: relative;
  width: 100%;
  float: none;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.loginField:hover .selectBoxWrap input {
  background: #ffffff;
  border: 0 none;
  box-shadow: none;
}
.loginField:hover input,
.loginField:hover .selectBoxWrap {
  color: #333;
  background: #ffffff;
  border: 1px solid #191D63;
  box-shadow: inset 0 0 6px rgba(25, 29, 99, 0.2);
}
.loginField:hover .DropDownInputFieldContainerIcons input,
.loginField:hover .DropDownInputFieldContainerIcons .selectBoxWrap {
  background: none;
  border: 0 none;
  color: inherit;
  box-shadow: none;
}
.loginField .messageText {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.loginField .messageText .messageTextIcon {
  position: relative;
  top: auto;
  margin-top: 0;
  left: auto;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 30px;
}
.loginField .messageText .messageTextInfo {
  max-width: 320px;
  text-align: left;
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
}
.loginField .loginFieldBorder {
  background: #ddd;
  width: 100%;
  height: 0;
  display: block;
  margin-top: 15px;
  border: 0 none;
}
.loginField.message {
  border-bottom: 1px solid #ddd;
  width: 100%;
  max-width: 320px;
  display: none;
  opacity: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #00529B;
  margin: 0 auto;
  margin-bottom: 18px;
}
.loginField.error {
  color: #DA585F;
}
.loginField.error .messageText .messageTextIcon {
  background: url("../Images/Login/iconerror.png?v=10112024147S") no-repeat;
  background-size: contain;
}
.loginField.ok {
  color: #191D63;
}
.loginField.ok .messageText .messageTextIcon {
  background: url("../Images/Login/iconok.png?v=10112024147S") no-repeat;
  background-size: contain;
}
.loginField.message.error .messageTextTitle {
  color: #DA585F;
  font-weight: bold;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.loginField.message.ok .messageTextTitle {
  color: #191D63;
  font-weight: bold;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.loginField.message .messageTextTitle {
  color: #00529B;
  font-weight: bold;
  font-size: 1.125em;
  font-size: 1.125rem;
}
.canvasSnow {
  width: 100%;
  height: 100%;
}
.DialogLoader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  position: absolute;
}
.DialogLoader:before {
  content: "";
  position: absolute;
  margin: -17px 0 0 -17px;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  border: 5px solid #191D63;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
  animation: rotate 1.3s linear infinite;
}
.css-loader {
  position: absolute;
  margin: -17px 0 0 -17px;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  border: 5px solid #191D63;
  border-left-color: transparent;
  border-radius: 50%;
  position: relative;
  background: transparent;
  animation: rotate 1.3s linear infinite;
}
.css-loader.size-12 {
  width: 12px;
  height: 12px;
  border-width: 2px;
}
.css-loader.size-16 {
  width: 16px;
  height: 16px;
  border-width: 3px;
}
.css-loader.size-20 {
  width: 20px;
  height: 20px;
  border-width: 4px;
}
.css-loader.size-24 {
  width: 24px;
  height: 24px;
  border-width: 4px;
}
.css-loader.size-32 {
  width: 32px;
  height: 32px;
  border-width: 5px;
}
.css-loader.size-46 {
  width: 46px;
  height: 46px;
  border-width: 5px;
}
.loader.fullscreen {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader.fullscreen .image {
  width: 54px;
  height: 54px;
  display: block;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -22px;
  position: absolute;
}
.loader.fullscreen .image svg {
  -webkit-animation: rotate 1.3s linear infinite;
  -moz-animation: rotate 1.3s linear infinite;
  animation: rotate 1.3s linear infinite;
  padding: 2px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.loader.fullscreen .image svg .circle {
  fill: none;
  stroke: rgba(0, 103, 230, 0.4);
  stroke-width: 4px;
}
.loader.fullscreen .image svg .loadbar {
  fill: none;
  stroke: #0067E6;
  stroke-width: 4px;
}
@font-face {
  font-family: 'mFont Regular';
  src: url(../fonts/mfont/mFont-Regular.otf);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'mFont SemiBold';
  src: url(../fonts/mfont/mFont-Semibold.otf);
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
body {
  background-image: none;
  background-color: #EBEBEB;
}
body .bodyBackgroundOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 75, 121, 0.2);
  z-index: -9;
}
body .bodyBackground {
  /*background-image: url("../Images/Login/Login_CVSMobileMAP_Background.jpg?v=@{fw-version}");*/
  background-color: #00004B;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100% - 540px);
  height: 100%;
  position: absolute;
  z-index: -10;
  left: 0;
  top: 0;
}
.LoginTextDivWrapper {
  position: absolute;
  top: 40%;
  transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  left: 5%;
  color: #fff;
  max-width: 550px;
  height: auto;
  width: 100%;
  font-family: 'mFont Regular';
  z-index: 3;
  pointer-events: none;
}
.LoginTextDivWrapper.top {
  width: auto;
  top: 5%;
  opacity: 0;
  z-index: 501;
  cursor: pointer;
  pointer-events: painted;
  -webkit-animation: t-slide-in 1.3s ease 1.3s forwards;
  -moz-animation: t-slide-in 1.3s ease 1.3s forwards;
  animation: t-slide-in 1.3s ease 1.3s forwards;
}
.LoginTextDivWrapper.top .SVGWrapper {
  width: 226px;
  height: 23px;
}
.LoginTextDivWrapper.top .SVGWrapper svg {
  fill: white;
}
.LoginTextDivWrapper .logo {
  height: 16px;
  background-image: url("../Images/Login/Login_logo_white.png?v=10112024147S");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-animation: fadeIn 1.3s 2.6s forwards;
  -moz-animation: fadeIn 1.3s 2.6s forwards;
  animation: fadeIn 1.3s 2.6s forwards;
}
.LoginTextDivWrapper .title {
  font-size: 4.125em;
  font-size: 4.125rem;
  font-family: "mFont SemiBold", sans-serif;
  letter-spacing: 6px;
  line-height: 70px;
  opacity: 0;
  padding: 10px 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-shadow: 1px 1px 4px #666;
  -webkit-animation: t-slide-in 1.3s ease 1.3s forwards;
  -moz-animation: t-slide-in 1.3s ease 1.3s forwards;
  animation: t-slide-in 1.3s ease 1.3s forwards;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .LoginTextDivWrapper .title {
    font-size: 3em;
    font-size: 3rem;
    line-height: 54px;
  }
}
.LoginTextDivWrapper .text {
  font-size: 1em;
  font-size: 1rem;
  opacity: 0;
  -webkit-animation: fadeIn 1.3s 2.6s forwards;
  -moz-animation: fadeIn 1.3s 2.6s forwards;
  animation: fadeIn 1.3s 2.6s forwards;
  text-shadow: 1px 1px 2px #333;
  color: #66ABFF;
  padding-left: 5px;
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .LoginTextDivWrapper .text {
    font-size: 1em;
    font-size: 1rem;
  }
}
@media only screen and (max-width : 992px) {
  .LoginTextDivWrapper {
    display: none;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  .LoginTextDivWrapper {
    max-width: 390px;
    top: 42%;
    transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
  }
}
.LoginWrapper {
  margin-left: auto !important;
  /*leva poravnava - default / desna poravnava - z "margin-left: auto !important;" */
  z-index: 4;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper {
  /* Nastavitve logotipa*/
  /* Nastavitve logotipa aplikacije*/
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitleLogo {
  display: none;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0px;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitleLogo .SVGWrapper {
  width: 161px;
  height: 23px;
  margin: 0 auto;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitleLogo .SVGWrapper svg {
  fill: #00004B;
}
@media only screen and (max-width : 992px) {
  .LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitleLogo {
    display: block;
  }
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle {
  width: 100%;
  max-width: 161px;
  height: 30px;
  background-image: url("../Images/Login/Login_logo.png?v=10112024147S");
  background-size: contain;
  /*Božično 
                1.) Santa claus hat - add class " christmas " 
                2.) Christmas picture on top - add class " christmas-addon " 
            */
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.svg {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.svg .SVGWrapper {
  width: 221px;
  height: 31px;
  margin: 0 auto;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.svg .SVGWrapper svg {
  fill: #191D63;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.christmas-addon {
  margin-top: 110px;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.christmas-addon::before {
  content: "";
  display: block;
  width: 300px;
  height: 160px;
  position: absolute;
  top: -164px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../Images/Login/christmas.png?v=10112024147S");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle.christmas {
  max-width: 200px;
  height: 38px;
  background-image: url("../Images/Login/Title-christmas.png?v=10112024147S");
}
@media only screen and (max-width: 460px) {
  .LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginTitle {
    height: 80px;
  }
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginContent .loginField.ok .messageText .messageTextIcon {
  background-image: url("../Images/Login/iconok.png?v=10112024147S") no-repeat;
  background-size: contain;
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginContent .loginInputContainer {
  /* custom input ikonce  */
}
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginContent .loginActions .LoginButton:hover,
.LoginWrapper .LoginTableWrapper .LoginWrapperInner .LoginCellWrapper .LoginContent .loginActions .LoginButton.focus {
  background: #30357f;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.LoginFooter .LoginFooterSupport a {
  color: #838383;
}
.LoginFooter .LoginFooterSupport a:hover,
.LoginFooter .LoginFooterSupport a:focus {
  color: #333333;
}
.LoginFooter .LoginFooterText {
  color: #838383;
}
.WindowChangePassContainer .ChangePassContent .HelpMessageLogo {
  /*param. glede na velikost logo v help box-u*/
  width: 80px;
  height: 15px;
  top: 14px;
  /*background-image: url("../Images/Login/Login_logo_pass.png?v=@{fw-version}") no-repeat center;
            background-size: contain;*/
}
@media only screen and (max-width: 460px) {
  .WindowChangePassContainer .ChangePassContent .HelpMessageLogo {
    top: 12px;
    width: 60px;
    height: 11px;
  }
}
.WindowChangePassContainer .ChangePassContent .HelpMessageLogo .SVGWrapper {
  width: 100%;
  height: 100%;
  transform: scale(0.95);
}
/*# sourceMappingURL=CVSMobileMap_Login.css.map */