#header-logo {
  display: block;
}

.auth-page {
  height: 100vh;
  overflow: hidden;
  display: flex;
  padding: 34px;
  background-color: #fff;
}

.auth-block,
.callbot-block {
  display: flex;
  flex: 1 1;
  margin: 0 auto;
  text-align: center;
}
.auth-inner,
.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1;
  margin: 0 auto;
}
.auth-inner {
  justify-content: center;
}
.auth-inner .main-header {
  text-align: left;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}
.auth-inner .main-header h1 {
  font-family: "Roboto";
  font-weight: bold;
  color: #3636b9;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.auth-inner .main-header h2 {
  font-family: "Roboto";
  color: #74889d;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: lighter;
  letter-spacing: 1px;
}

.auth__header {
  margin-bottom: 30px;
}

.auth__header img {
  margin: 0;
}
.auth__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 380px;
  margin: 40px auto;
  color: #3636b9;
}

.auth__body .login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth__body #content {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.auth__body .action-button-set {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.auth__body {
  flex: 1;
  display: flex;
  width: 380px;
  margin: 40px auto;
  color: #3636b9;
}

.auth__body .banner {
  align-self: center;
}
.auth__provider {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.auth__provider a {
  display: flex !important;
  margin: 0 0 10px 0 !important;
  height: 36px;
  padding: 6px 0;
}
.auth__form__group {
  display: flex;
  flex-direction: column;
}
.auth__form__group label {
  text-align: left;
}
.remember-me {
  display: flex;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
}
.separator {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.sub-actions-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #33333b;
}
.sub-actions-wrapper a {
  color: #33333b;
}
.bottom-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #74889d;
}
.bottom-actions a {
  color: #74889d;
}
.bottom-actions .create-account {
  cursor: default;
}
.bottom-actions .contact-us {
  padding: 0 20px 20px 20px;
  color: #3636b9;
  background: url(../images/subscribe-decoration.svg) center bottom no-repeat;
  background-size: contain;
  font-weight: bold;
}
.auth__form__action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}

.auth__form__action .self-action-wrapper {
  margin-left: 7px;
  flex: 1;
}
.auth__form__action .button {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

/**
MESSAGE BOX
**/
.msg-info {
  display: inline-block;
  padding: 10px 20px 10px 60px;
  border: 1px solid #33333b;
  background: no-repeat 20px 20px;
  background-position: 4% 50% !important;
  border-radius: 10px;
  text-align: left;
  margin: 0 auto 40px auto;
  margin-top: 20px;
  max-width: 650px;
}
.msg-info h2 {
  font-weight: bold;
}

.msg-info h2,
.msg-info h3 {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.msg-info.INFO {
  border-color: #3ba3f3;
  background-image: url(../images/icon-warning.svg);
}
.msg-info.INFO h2 {
  color: #3ba3f3;
}

.msg-info.WARN {
  border-color: #f3b63b;
  background-image: url(../images/icon-warning.svg);
}
.msg-info.WARN h2 {
  color: #f3b63b;
}

.msg-info.ERROR {
  border-color: #ff5252;
  background-image: url(../images/icon-error.svg);
}
.msg-info.ERROR h2 {
  color: #ff5252;
}

@media screen and (max-width: 767px) {
  .auth-inner {
    max-width: 100%;
  }
}
.dydu-logout {
  display: flex;
  justify-content: center;
  align-items: center;
} /*# sourceMappingURL=authentication.css.map */

@media screen and (max-width: 1024px) and (min-width: 640px) {
  .msg-info {
    margin: 20px auto;
  }
  .auth__header {
    position: relative !important;
    margin-bottom: 40px;
  }
  .auth__header img {
    margin-left: 0;
  }
  .callbot-block .inner-content .logo-white {
    margin-bottom: 0px;
  }
  .auth-page {
    flex-direction: column-reverse;
    padding: 0;
    height: auto;
  }
  .auth-page .illu-content {
    display: none;
  }
  .auth-inner {
    justify-content: flex-start;
  }
  .callbot-block,
  .auth-block {
    border-radius: 0;
    flex: auto;
  }
  .auth__body {
    position: relative;
    background: white;
    border-radius: 10px;
    padding: 20px 25px;
    width: 450px;
    margin-top: 0;
  }
  .callbot-block {
    height: 430px;
    width: 100%;
  }
  .callbot-block .testimony-wrapper {
    bottom: 100px;
  }
  .callbot-block .testimony-wrapper .inner-text {
    font-size: 30px;
  }
  .callbot-block .testimony-wrapper .user .name {
    font-size: 20px;
  }
  .callbot-block .testimony-wrapper .rating img {
    height: 15px;
  }
}

@media screen and (max-width: 640px) {
  .msg-info {
    margin: 0 20px;
  }
  .auth__header {
    position: relative !important;
  }
  .auth__header img {
    margin-left: 0;
  }
}

.password-help {
  display: block;
}

.password-help ul {
  display: block;
  padding: 10px 0 40px 0;
}

.password-help ul li {
  color: #74889d;
  font-size: 14px;
  text-align: left;
  padding: 0 0 5px 0;
}

.reset-actions {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}

.reset-actions button {
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 640px) {
  .auth__body {
    padding: 20px 25px;
    margin-top: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .callbot-block {
    display: none;
  }
  .auth-inner {
    justify-content: flex-start;
  }
  .auth-page {
    padding: 20px 0 0 0;
  }
}

@media screen and (max-height: 780px) {
  .auth__body {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .main-header {
    margin-bottom: 10px !important;
  }
  .bottom-actions {
    padding-top: 0px !important;
  }
  .msg-info {
    margin: 0 0 10px 0;
  }
}

#togglePassword {
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  margin-top: 20px;
  margin-left: 345px;
}
