	:root {
  --primary: #28263A;
  --secondary: #96c11c;
  --red: #c11c1c;
  --gray: #9999;
  --gray2: #7777;
  --background: #eeeeee;
  --discord: #8b9dfd;
  --container: 700px;
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #2b65a9;
    border-color: #2b65a9;
}
.btn:hover {
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
    transform: translateY(-1px);
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  font-family: poppins, Arial, sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
    text-transform: none;
    transition: all .15s ease;
    letter-spacing: .025em;
    font-size: .875rem;
    will-change: transform;
}

.btn-green {
  cursor: pointer;
  display: block;
  width: 100%;
  background: var(--secondary);
  border-radius: 3px;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-blue {
  cursor: pointer;
  display: block;
  text-decoration:none;
  font: 400 11px system-ui;
  text-align:center;
  width: 100%;
  background: #2ca9e0;
  border-radius: 3px;
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-red {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align:center;
  text-decoration:none;
  font: 400 11px system-ui;
  background: var(--red);
  border-radius: 3px;
  color: #FFF;
  padding: 10px 0;
  text-transform: uppercase;
}

.login-container.container .btn-facebook {
  color: #fff !important;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, .2);
  text-decoration: none !important
}

.login-container.container .btn-facebook:hover {
  color: #fff !important;
  background-color: #233f79;
  border-color: rgba(0, 0, 0, .2);
  text-decoration: none
}

.login-container.container .btn-social {
  position: relative;
  padding-left: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.login-container.container .btn-social:hover {
  color: #eee
}

.login-container.container .btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  padding: 7px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .2)
}
