*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

html {
  height: 100%; }

body {
  background: #F2F2F2;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px; }

a {
  color: #03a9f5;
  font-size: 15px; }

.topLine {
  background: #03a9f5;
  height: 10px; }

.loginBoxWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: calc(100%); }

.loginBox {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  width: 450px;
  border-radius: 4px;
  background: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden; }

.photo {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 30px 135px 15px 135px;
  border-radius: 50%;
  border: 13px solid #dfdfdf;
  overflow: hidden !important;
  background: url("../images/acc-bg.png") 4px 0 no-repeat #dfdfdf; }

.clientLogo {
  margin: 0px auto 30px auto;
  width: 125px;
  text-align: center;
  position: relative;
  height: 75px; }
  .clientLogo div {
    height: 75px;
    width: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.intro {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #4F4F4F; }

form, .formHolder {
  position: relative; }

.formHolder {
  text-align: center; }

.form-error {
  padding: 10px 0px;
  height: auto; }
  .form-error errorg {
    display: block;
    color: #d34336;
    text-align: center; }

.form-success {
  color: green;
  text-align: center;
  margin: 20px 0; }

.form-group {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  .form-group.first {
    margin-top: 5px; }
  .form-group.forgotPasswordGroup {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center; }
    .form-group.forgotPasswordGroup a {
      text-decoration: none;
      color: #757575; }

.form-control {
  padding-left: 10px;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 15px;
  font-family: inherit;
  font-weight: 300;
  background-color: transparent;
  box-shadow: none; }

.form-control:focus {
  outline: none;
  box-shadow: none; }

.form-control:focus {
  border: 2px solid #527394;
  padding-left: 9px;
  transition: 0.05s ease-in-out all;
  -moz-transition: 0.05s ease-in-out all;
  -webkit-transition: 0.05s ease-in-out all; }

.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4; }

.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

.float-label {
  padding-left: 10px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 17px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  color: #828282; }

.form-control:-webkit-autofill ~ .float-label {
  border-radius: 25px;
  margin-left: 10px;
  top: -6px;
  font-size: 12px;
  padding: 0px 10px;
  background: #fff; }

.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
  border-radius: 25px;
  margin-left: 10px;
  top: -6px;
  font-size: 12px;
  padding: 0px 10px;
  background: #fff; }

.form-group erroru, .form-group errorp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 38px;
  font-size: 11px;
  color: #d34336;
  font-weight: 300;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  -moz-transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
  opacity: 0; }

.form-group erroru i, .form-group errorp i {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: right; }

.form-group erroru i svg, .form-group errorp i svg {
  fill: #d34336; }

.form-group[errr] .float-label {
  color: #d34336 !important; }

.form-group[errr] .form-control {
  border-color: #d34336 !important; }

.form-group[errr] .form-control:focus {
  border-color: #d34336 !important; }

.form-group[errr] erroru, .form-group[errr] errorp {
  opacity: 1; }

input[type=checkbox] {
  display: none;
  width: 0px;
  visibility: hidden;
  pointer-events: none; }

input[type="checkbox"] + label {
  cursor: pointer;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  font-family: Roboto;
  line-height: 16px;
  font-size: 14px;
  color: #828282;
  z-index: 10; }

input[type="checkbox"] + label:before {
  z-index: 10;
  display: inline-block;
  content: "";
  margin: 4px 10px 5px 0px;
  background-color: #fff;
  vertical-align: middle;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 4px;
  width: 16px;
  height: 16px; }

input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
  background-color: #03a9f5;
  border-color: #03a9f5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 11px auto;
  -moz-background-size: 11px auto;
  -o-background-size: 11px auto;
  background-size: 11px auto; }

input[type="submit"] {
  -webkit-appearance: none;
  margin-top: 30px;
  position: relative;
  font-family: inherit;
  font-weight: 100;
  font-size: 15px;
  border: 0;
  margin: -3px 0px;
  cursor: pointer;
  background: #3D83AF;
  color: #fff;
  height: 44px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.21875px;
  background: #38a3a5;
  background: -webkit-linear-gradient(bottom left, #38a3a5 0%, #57cc99 100%);
  background: -o-linear-gradient(bottom left, #38a3a5 0%, #57cc99 100%);
  background: linear-gradient(to top right, #38a3a5 0%, #57cc99 100%); }

input[type="submit"]:focus {
  outline: none; }

.button {
  float: right;
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-weight: 100;
  font-size: 15px;
  border: 0;
  margin: -3px 0px;
  padding: 5px 30px;
  border-radius: 3px;
  cursor: pointer;
  background: #03a9f5;
  color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.loginIcon {
  display: inline-block;
  position: relative;
  top: 4px; }

a.moreOptions {
  text-decoration: none; }

a.moreOptions2 {
  text-decoration: none;
  float: left;
  margin-top: 3px; }

.addFooter {
  padding-top: 19px; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  margin-left: -10px;
  padding: 0 20px;
  line-height: 49px;
  cursor: pointer;
  color: #999; }
  footer a {
    color: #999;
    text-decoration: none; }
  footer .logo {
    position: absolute;
    top: 8px;
    right: 20px; }

.moreOptionsGroup {
  text-align: left; }

.oneOption {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  margin: 10px 0 0 0;
  opacity: 0.65; }
  .oneOption:hover {
    opacity: 1;
    cursor: pointer; }

.google-button {
  text-decoration: none;
  width: 267px;
  display: block;
  margin: 30px auto;
  border: 1px solid #4285F4;
  background: #4285F4;
  height: 40px;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24), 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
  letter-spacing: 0.21875px;
  color: #FFFFFF;
  cursor: pointer; }
  .google-button:focus, .google-button:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3); }
  .google-button:active {
    background-color: #3367d6;
    box-shadow: none;
    transition-duration: 10ms; }

.google-button__icon {
  height: 100%;
  background: #FFFFFF;
  border-radius: 2px 0px 0px 2px;
  display: inline-block;
  vertical-align: middle;
  /* margin: 8px 0 8px 8px; */
  width: 38px;
  /* height: 18px; */
  box-sizing: border-box;
  padding: 10px; }

.google-button__icon--plus {
  width: 27px; }

.google-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Roboto',arial,sans-serif; }

.loginOrLine {
  height: 1px;
  background: #BDBDBD; }

.loginOr {
  background: #fff;
  width: fit-content;
  margin: 0px auto;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: -7px;
  padding: 0px 10px; }

.loginNeedHelp {
  z-index: 10;
  font-family: Roboto;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
  color: #828282;
  float: right;
  cursor: pointer; }

.flex-align-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px; }

.submit-form-group {
  margin-top: 30px; }

.erpLogoWrapper {
  width: 450px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .erpLogoWrapper a {
    display: block;
    margin-top: 30px;
    float: right;
    width: 159px;
    height: 20px; }

#loginBoxSlide {
  padding: 30px 60px 45px 60px;
  width: 100%;
  flex: none; }

.loginBoxSlideLeft {
  margin-left: -100%;
  max-height: 0px; }

#helpBoxSlide {
  padding: 30px 60px 45px 60px;
  width: 100%;
  flex: none; }
  #helpBoxSlide .loginBackBtn {
    display: inline-block;
    margin: 45px 0px 10px;
    padding: 10px 30px;
    border: 1px solid #BDBDBD;
    color: #527394;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.22px;
    transition: 0.2s all; }
  #helpBoxSlide .loginBackBtn:hover {
    border: 1px solid #527394;
    color: #fff;
    background: #527394; }
  #helpBoxSlide .intro {
    margin-bottom: 45px; }
  #helpBoxSlide .loginSeperator {
    height: 1px;
    background: #BDBDBD;
    margin: 30px 0px; }
  #helpBoxSlide .loginRequisites {
    line-height: 21px;
    font-size: 14px;
    color: #828282; }
  #helpBoxSlide .loginHelpName {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    font-size: 24px;
    color: #4F4F4F; }
  #helpBoxSlide a {
    display: block;
    font-weight: 500;
    line-height: 23px;
    font-size: 16px;
    color: #527394;
    text-decoration: none; }

.noClientLogo #loginBoxSlide .intro {
  padding: 30px 0px 40px 0px; }

@media only screen and (max-width: 700px) {
  .loginBoxWrap {
    height: auto; } }
@media only screen and (max-width: 600px) {
  .google-button {
    width: 100%; }

  body {
    background: white; }

  .loginBoxWrap {
    height: auto; }

  .loginBox {
    width: 100%;
    border-radius: 0;
    background: white;
    box-shadow: none;
    transition: 0.2s all; }

  #loginBoxSlide {
    padding: 42px 42px 70px 42px; }

  #helpBoxSlide {
    padding: 42px 42px 70px 42px; }

  .erpLogoWrapper {
    width: 100%;
    padding: 0px 50px 15px 42px; }
    .erpLogoWrapper div {
      margin: 0px; } }

/*# sourceMappingURL=login.css.map */
