#toast-container > div {
  -webkit-box-shadow: 0 0 10px #161616;
          box-shadow: 0 0 10px #161616;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

#toast-container > div .toast-title {
  font-size: 16px;
  font-weight: 600;
}

#toast-container > div .toast-message {
  font-size: 14px;
  font-weight: 400;
}

.toast-success {
  background-color: #2ab27b;
}

@font-face {
  font-family: 'Sufrimeda';
  src: url("/fonts/sufrimeda-webfont.woff2") format("woff2"), url("/fonts/sufrimeda-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #353535;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #353535;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  text-align: left;
  color: #353535;
}

a {
  color: #959494;
}

.bt-home a {
  color: #FFCE00;
}

a,
a > i {
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
  outline: none;
}

a:hover {
  color: #deb200;
}

.bt-home a:hover {
  color: #aeaeae;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

form {
  margin-bottom: 0;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

button,
input[type="button"] {
  font-weight: 600;
}

p {
  margin-bottom: 15px;
}

.beeltaxi-logo {
  font-weight: 300;
  font-family: "Sufrimeda", sans-serif;
  color: #353535;
}

.beeltaxi-logo span {
  color: #FFCE00;
}

.beeltaxi-logo.beeltaxi-logo-light {
  color: #ffffff;
}

.beeltaxi-logo.beeltaxi-logo-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  color: #ffffff;
}

.beeltaxi-logo.beeltaxi-logo-brand span {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.beeltaxi-logo.beeltaxi-logo-brand:hover {
  color: #FFCE00;
}

.beeltaxi-logo.beeltaxi-logo-brand:hover span {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .beeltaxi-logo.beeltaxi-logo-brand {
    font-size: 50px;
  }
}

.help {
  font-size: 14px;
}

body {
  background-image: url("/images/beeltaxi-welcome-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.auth-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.auth-content {
  -webkit-box-shadow: 0 0 30px rgba(22, 22, 22, 0.5);
  box-shadow: 0 0 30px rgba(22, 22, 22, 0.5);
  border-radius: 10px;
  padding: 30px;
  background-color: rgba(22, 22, 22, 0.5);
}

@media (min-width: 768px) {
  .auth-content {
    padding: 90px;
  }
}

.auth-header {
  text-align: center;
}

@media (min-width: 768px) {
  .auth-header {
    padding-bottom: 40px;
  }
}

.form-login {
  text-align: center;
}

@media (min-width: 768px) {
  .form-login .login-comp {
    padding: 45px 30px;
  }

  .form-login .field {
    width: 400px;
  }
}

.form-login .input,
.form-login .control.has-icons-left .icon {
  height: 50px;
}

.form-login .button.is-primary {
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  height: auto;
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
}

.form-login .button.is-primary:hover {
  background-color: #FFD52B;
  color: #161616;
}

