@font-face {
  font-family: "lato";
  src: url("../font/Lato-Regular.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans.ttf");
}

body {
  margin: 0px;
  padding: 0px;
}

div.login-holder {
  --bs-gutter-x: 0 !important;
}

img.logo {
  max-width: 315px;
  margin-top: 10px;
}
p.logo-text {
  font-size: 22px;
  font-weight: bold;
  color: #124068;
  margin-bottom: 40px;
}
p.welcome-message {
  font-size: 30px;
  color: #124068;
  margin: 10px auto;
}

div.form-holder {
  margin: auto;
  margin-top: 40px;
}

img.loader {
  height: 30px;
  display: none;
  margin: auto auto;
}

div.form-holder .input-group-text {
  background-color: transparent;
  border-right: none;
}
div.form-holder .form-control {
  border-left: none;
  overflow-x: scroll;
}

.passwordInput {
  display: none;
}

div.form-input {
  margin: 14px 40px;
  width: auto !important;
}
#passwordInput {
  border-right: none;
}
.password-input-toggle-holder {
  border-right: 1px solid #dee2e6 !important;
  border-left: none;
}
.password-input-toggle {
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.button-back {
  cursor: pointer;
  margin-left: 10px;
  display: none;
}
p.email-paragraph {
  line-height: 40px;
  margin: 0px;
  text-align: center;
  display: none;
}

button.button-login,
button.button-sign-up {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  margin: auto 40px;
  height: 69px;
}

button.button-login {
  font-weight: bold;
  color: #ffffff;
  background-color: #0068a8;
}

button.button-sign-up {
  font-weight: bold;
  color: #0068a8;
  background-color: #e0edfe;
  border: none;
}

p.free-trial-text {
  color: #124068;
  font-size: 16px;
  font-weight: bold;
  font-family: "lato";
  margin-top: 28px;
}

.or-line {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  line-height: 0.1em;
  margin: 40px 10px;
}

.or-line span {
  background: #ffffff;
  padding: 0 10px;
  color: #848993;
}

.email-input {
  font-size: 20px;
  color: #124068;
}

.forgot-password {
  font-size: 16px;
  margin: 0px 50px 20px auto;
  text-align: right;
  color: #082653;
  display: none;
}

div.footer-holder {
  margin-top: 60px;
  margin-bottom: 10px;
}
div.footer-holder p {
  color: #848993;
  font-size: 16px;
  margin: auto 10px;
}

div.footer-holder p a b {
  color: #1870f4;
  font-size: 16px;
}

.alert-danger {
  margin: 40px;
  width: auto !important;
}

/**
  Error message
*/
div.error-message-holder {
  border: none;
  background-color: #fef3f3;
  margin-bottom: 10px;
  display: none;
}
div.error-message-holder p {
  color: #ec5a3b;
  font-size: 16px;
  font-family: "lato";
  margin: 0px;
}
div.error-message-holder p.error-header {
  font-weight: 600;
}
div.error-message-holder p.error-text {
  font-weight: normal;
}
div.recaptcha {
  display: inline-block;
  margin-bottom: 20px;
}
