
body {
  background-color: rgb(255,102,0) !important;
  background-image: url('/assets/img/login_bg.png');
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-family: 'Quicksand', sans-serif;
}

.form-signin label {
  margin-top: .7rem;
  margin-bottom: .2rem;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin input[type="email"], .form-signin input[type="password"] {
  height: 35px;
}

.logo {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.logo img {
  width: 70%;
}

.support-infos {
  text-align: center;
}

.support-infos ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  body {
      background-size: 200%;
  }
}
.form-signin {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: 40px auto;
  max-width: 400px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.sign-up, .sign-in {
  font-size: 18px;
  border:none;
  background: black;
  color: white;
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 50px;
  font-family: 'Quicksand', sans-serif;
}

.error-message {
  color: red;
  font-size: 12px;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.g-recaptcha {
  margin-top: 15px;
}