body {
  background-image: url("/assets/img/login_bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Roboto', sans-serif;
}

.google-auth, .facebook-auth{
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent; 
}

.link{
  font-size: 0.9rem
}

.form-container{
  background-color: rgb(255, 255, 255, .93);
}

.social-networks{
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.google-btn{
  content: url(/assets/img/btn_google_signin.png)
}
.password-error, .email-error,
.password-confirmation, .password-status{
  font-size: 1em;
  color: #ff0000;
}