@keyframes ringring {
  0% {
    left: -2px;
  }
  10% {
    left: 2px;
  }
  20% {
    left: -2px;
  }
  30% {
    left: 2px;
  }
  40% {
    left: -2px;
  }
  50% {
    left: 2px;
  }
  60% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  80% {
    left: -2px;
  }
  90% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
@-moz-keyframes ringring {
  0% {
    left: -2px;
  }
  10% {
    left: 2px;
  }
  20% {
    left: -2px;
  }
  30% {
    left: 2px;
  }
  40% {
    left: -2px;
  }
  50% {
    left: 2px;
  }
  60% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  80% {
    left: -2px;
  }
  90% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
@-o-keyframes ringring {
  0% {
    left: -2px;
  }
  10% {
    left: 2px;
  }
  20% {
    left: -2px;
  }
  30% {
    left: 2px;
  }
  40% {
    left: -2px;
  }
  50% {
    left: 2px;
  }
  60% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  80% {
    left: -2px;
  }
  90% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes ringring {
  0% {
    left: -2px;
  }
  10% {
    left: 2px;
  }
  20% {
    left: -2px;
  }
  30% {
    left: 2px;
  }
  40% {
    left: -2px;
  }
  50% {
    left: 2px;
  }
  60% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  80% {
    left: -2px;
  }
  90% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}
.clearfix::after,
.clear-fix::after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
@keyframes slidehelper {
  0% {
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  50% {
    top: 0;
    background: transparent;
  }
  100% {
    top: calc(100% + 10px);
    background: transparent;
  }
}
@-moz-keyframes slidehelper {
  0% {
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  50% {
    top: 0;
    background: transparent;
  }
  100% {
    top: calc(100% + 10px);
    background: transparent;
  }
}
@-o-keyframes slidehelper {
  0% {
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  50% {
    top: 0;
    background: transparent;
  }
  100% {
    top: calc(100% + 10px);
    background: transparent;
  }
}
@-webkit-keyframes slidehelper {
  0% {
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  50% {
    top: 0;
    background: transparent;
  }
  100% {
    top: calc(100% + 10px);
    background: transparent;
  }
}
body {
  background: white;
  font-family: 'open-sans', 'Open Sans' !important;
  font-weight: 300;
  overflow: hidden;
}

*:not(.material-icons) {
  font-family: Roboto 'open-sans', 'Open Sans' !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.login-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-wrapper .image-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width:60% !important;
}

.login-wrapper > div {
  vertical-align: top;
  width: 40%;
  display: inline-block;
  height: 100%;
  position: relative;
}

.login-wrapper .login-content {
  margin: 20px auto;
  width: 250px;
  font-weight:300;
  text-align: center;
}

.login-content-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.login-text-title {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 22px;
  color: #596A89;
  text-align: center;
  width: 185px;
  margin: 0 auto;
  margin-bottom: 20px;
}

login-wrapper .login-content > div > div {
  font-weight: 400;
  font-size: 24px;
  margin: 50px 0 20px 0px;
  text-align: left;
}

.login-text-title-big {
  width: 250px!important;
  line-height: 34px;
  text-align: center;
}

.login-text-title-small {
  font-size: 0.85em;
  line-height: 24px;
  text-align: center;
  color: #596A89!important;
}

.login-text-title-small-left {
  text-align: left;
}
.login-text-title-small-width {
  width: 165px;
  margin: 0 auto;
}
.login-wrapper .login-content form .is-focused input,
.login-wrapper .login-content form .is-dirty input {
  color: #757575;
}

.login-wrapper .login-content form input {
  border-radius: 0 !important;
  border-color: #cdcdcd !important;
}

.login-wrapper .login-content form .mdl-textfield label {
  color: #757575;
  font-size: 15px;
}

.login-wrapper .login-content form .is-focused label,
.login-wrapper .login-content form .is-dirty label {
  font-size: 12px;
  color: #03A9F4;
}

.login-wrapper .login-content form .mdl-textfield__label:after {
  background-color: #03A9F4;
}

.login-wrapper .login-content form div {
  text-align: right;
}

.login-wrapper .login-content form .checkbox-wraper {
  text-align: left;
  margin-bottom: 16px;
  color: #9a9a9a;
}

.login-wrapper .login-content .mdl-checkbox__label {
  font-size: 14px;
}

.login-wrapper .login-content button[type=submit] {
  background: #2862ef;
  color: white;
  font-weight: 500;
  padding: 0px 15px;
  font-size: 12px;
  box-shadow: none;
  border-radius: 8px;
}

.login-wrapper .login-content button[type=submit]:hover {
  background: #26489e;
}

.login-right-wrapper {
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  height: 100%;
  overflow: auto;
  transition: all .4s ease;
}

.login-right-wrapper-column {
  flex-direction: column;
  justify-content: space-around;
}

.error-log {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ec4c4c;
  background-color: #fdeaeb;
  border-radius: 8px;
  min-height: 32px;
  margin-bottom: 8px;
  padding: 5px 10px;
}

.error-log-msg {
  margin-left: 8px;
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
}
.error-log i {
  vertical-align: middle;
}
.login-password-remind {
  cursor: pointer;
  font-size: 0.9em;
  margin-top: 15px;
  color: #2862ef;
  display: inline-block;
}

.login-password-remind:hover {
  color: #424242;
}
#remind-screen {
  display: none;
}
.big-text {
  font-size: 1.5em !important;
}
.password-info-text {
  text-align: left !important;
  line-height: 1.2em !important;
  font-size: 0.9em !important;
}
.password-info-text ul,
.password-info-text ul li {
  font-size: 1em !important;
}
.login-reset-pass-info {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 16px;
}
.error-red-color {
  color: #ec4c4c!important;
}
.error-red-color span{
  color: #ec4c4c!important;
}
.error-red-border-color {
  border: 1px solid #ec4c4c!important;
}

a.mdl-button.login-google-btn,
a.mdl-button.login-linkedin-btn,
a.mdl-button.login-auth0-btn,
a.mdl-button.login-saml-btn {
  display: flex;
  justify-content: center;
  display: block;
  color: #596a89;
  text-transform: none;
  width: 250px!important;
  padding-left: 0!important;
  padding-right: 0!important;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 10px 18px 5px rgba(130,130,130,0.1);
  -moz-box-shadow: 4px 10px 18px 5px rgba(130,130,130,0.1);
  box-shadow: 4px 10px 18px 5px rgba(130,130,130,0.1);
}

a.mdl-button.login-google-btn div,
a.mdl-button.login-linkedin-btn div,
a.mdl-button.login-auth0-btn div
{
  border-radius: 2px;
  line-height: 41px;
  height: calc(100% - 4px);
}

a.mdl-button.login-google-btn div img,
a.mdl-button.login-linkedin-btn div img,
a.mdl-button.login-auth0-btn div img
{
  width: 18px;
  align-self: center;
}

.login-btn--separator {
  margin-top: 20px !important;
}

.login-wrapper .login-content .login-text.login-another{
  font-size: 0.9em;
  text-align:center;
  margin-bottom:5px;
}

.traffit-login-label{
  position: absolute;
  top: 10px;
  left: 9px;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 180px;
  max-width: 180px;
  box-sizing: border-box;
  z-index: 2;
  text-align: left;
  display: block;
  color: #b0c1d9;
  transition: top .15s ease;
  font-size:0.8em;
  white-space: nowrap;
  transition-delay: 100ms;
  transition-property: padding-right;
}

.traffit-login-label-focused {
  top: -11px!important;
  color: #596a89!important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  padding-right: 4px;
  transition: top .15s ease;
}

.traffit-login-border-focused {
  border: 1px solid #2862ef;
}

label.traffit-login-label+div.mdl-textfield{
  padding-top:0;
}

.traffit-login-relative {
  position: relative;
}

.traffit-login-input-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b0c1d9;
  border-radius: 8px !important;
  padding: 8px !important;
  position: relative;
  box-sizing: border-box;
  height: 42px;
}

.traffit-login-input-box i {
  color: #b0c1d9;
}

.traffit-login-border-focused {
  border: 1px solid #2862ef!important;
}

.traffit-login-border-focused i {
  color:  #2862ef!important;
}

.traffit-login-input{
  border: none;
  text-align: left;
  width: 210px;
}

.traffit-login-input-box input:focus{
  border: none;
  outline: none;
}

.traffit-login-margin18 {
  margin-bottom: 18px;
}
.traffit-login-welcome {
  color: #0b285b;
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 16px;
}

.traffit-login-margin14 {
  margin-bottom: 14px;
}

.traffit-login-margin-btm {
  margin-bottom: 6px;
}

.traffit-login-width-s {
  width: 180px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.traffit-login-margin-top0 {
  margin-top: 0px;
}

.traffit-login-font-small {
  font-size: 0.9em;
}

.traffit-login-submit-btn {
  display:none;
  margin-top:6px;
  width: 100%;
}

.input-focused-border {
  border: 1px solid #2862ef;
}

.traffit-login-logo {
  width: 100px!important;
  height: auto;
  position: absolute;
  bottom: 40px;
  left:calc(50% - 50px);
}
.traffit-login-logo img {
  width: 100%;
  height: auto;
}

.traffit-login-other-service {
  border-top: 1px solid #dde6f2;
  padding-top: 18px;
  margin-top: 18px;
}

.other-service-box {
  display:flex;
  justify-content: center;
}
.other-service-color {
  color: #596a89;
  margin-left: 8px;
}
.login-lock {
  width: auto;
  height: auto;
}
.login-lock i:hover {
  color: black!important;
  cursor: pointer;
}
.traffit-circle-box {
  width: 120px;
  height: 120px;
}
.traffit-login-circle {
  width: 140px;
  height: 140px;
  line-height: 120px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  display:flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  background-color: #f3f9ec;
  z-index: 1;
};
.traffit-circle-check-icon {
  color: #8bc53f!important;
  font-size:50px!important;
};

/* Change the white to any color ;) */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: white !important;
  background-image: none;
  color: #757575 !important;
  box-shadow: 0 0 0 30px white inset !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.traffit-btn-height {
  height: 42px!important;
}

.login-list-style {
  margin: 6px auto;
  padding: 0;
  padding-left: 28px;
  color: #596a89;
  list-style: none;
}

.login-list-style li::before {
  content: "\2022";
  color: #2862ef!important;
  font-weight: bold;
  display: inline-block;
  width: 1.4em;
  margin-left: -1em;
}

@media screen and (max-width: 839px) {
  body {
    overflow: auto !important;
  }
  .login-wrapper .image-left {
    display: none !important;
  }
  .login-wrapper .mdl-shadow--4dp {
    box-shadow: none !important;
  }
  .login-wrapper > div {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .login-wrapper > div .login-content {
    height: auto;
    padding-bottom: 20%;
  }
  .login-wrapper > div .login-content .mdl-textfield {
    width: 100%;
  }
  .traffit-login-welcome {
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .traffit-login-logo{
    width: 80px!important;
    bottom: 30px;
    left: calc(50% - 40px);
    margin-top: 10px;
  }
  .traffit-login-margin18 {
    margin-bottom: 12px;
  }
  .login-text-title {
    margin-bottom: 10px;

  }
  .login-text-title {
    margin-bottom: 16px;
    font-size: 1em;
    line-height: 22px;;
  }
  .traffit-login-welcome {
    font-size: 1.8em;
    line-height: 28px;
  }
  .traffit-login-circle {
    margin: 0 auto 20px;
  }
  .traffit-login-width-s {
    width: 218px;
  }
  .login-list-style li::before {
    margin-left: -0.5em;
  }
}
