@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  background-color: #333;
}

.login-wrapper {
  height: 95vh;
}
.login-wrapper .login-box {
  background-image: linear-gradient(to right, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 80%), url("https://wol.jw.org/psr/wol/mp/r381/lp-lgp/w18/2018/682");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 10px 3px #222;
  width: 100%;
  min-height: 300px;
  border-radius: 15px;
  color: white;
  padding: 20px 35px;
}
@media (max-width: 767px) {
  .login-wrapper .login-box {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 90%), url("https://wol.jw.org/psr/wol/mp/r381/lp-lgp/w18/2018/682");
  }
}
.login-wrapper .login-box form {
  width: 45%;
}
@media (max-width: 767px) {
  .login-wrapper .login-box form {
    width: 100%;
  }
}
.login-wrapper .login-box form #entrar {
  width: 100%;
  background-image: linear-gradient(to left top, #120537, #382461, #62428f, #9063bf, #c185f0);
  color: white;
  border: none;
  border-radius: 10px;
  height: 2rem;
  font-weight: bold;
  margin: 15px 0;
  transition: all 0.5s ease-in;
}
.login-wrapper .login-box form #entrar:hover {
  background-image: linear-gradient(to left top, #4825ad, #6941bb, #a074dd, #c89bf7, #cfb7e1);
}
.login-wrapper .login-box form #googlelogin {
  width: 100%;
  /*background-image: linear-gradient(to left top, #e1e1e1, #a9a3b5, #62428f, #9063bf, #c185f0);*/
  background: linear-gradient(45deg, #EA4335 0%, #FBBC05 25%, #34A853 50%, #4285F4 75%);
  color: white;
  border: none;
  border-radius: 10px;
  height: 2rem;
  font-weight: bold;
  margin: 15px 0;
  /*transition: all .5s ease-in;*/
  transition: transform 0.2s, box-shadow 0.2s;
  display: block;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  color: inherit;
}
.login-wrapper .login-box form #googlelogin:hover {
  /*background-image: linear-gradient(to left top, #4825ad, #6941bb, #a074dd, #c89bf7, #cfb7e1);*/
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=login.css.map */