/* Facebook Login */

*,
*::before,
*::after {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin: 0;
  box-sizing: border-box;
}

.login-page {
  background-color: rgba(46, 94, 182, 0.219);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}

.login-box {
  position: fixed;
  top: 50vh;
  left: 50vw;
  width: 30rem;
  height: 15rem;
  background-color: #fafafa;
  border-radius: 1rem;
  box-shadow: 0 2rem 6rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}

.privecy-policy {
  font-size: 0.8rem;
  position: absolute;
  top: -1.8rem;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

.privecy-policy a {
  font-size: 1em;
  text-decoration: none;
  color: #1877F2;
}

.privecy-policy a:visited {
  color: #50759b;
}

.fb-login {
  position: relative;
  background-color: #1877F2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.4rem 0.8rem;
  margin: 50vh auto auto;
  transform: translateY(-50%);
  border-radius: 0.4rem;
  box-shadow: 0 2rem 6rem 0.5rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.fb-login button {
  font-size: 1.55rem;
  color: #fff;
  background-color: #1877F2;
  line-height: 3.1rem;
  vertical-align: middle;
  border: none;
  outline: none;
  cursor: pointer;
}

.fb-logo {
  width: 3.1rem;
  height: 3.1rem;
  vertical-align: middle;
  margin-right: 0.62rem;
}
