/* --------------------------------------
   AUTH PAGES ONLY
-------------------------------------- */

.auth-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(0,0,0,0.7) url("../images/background/backgroundx.png") center center fixed no-repeat;
  background-size: cover;
}

.auth-box {
  background: rgba(0,0,0,0.75);
  padding: 30px 40px;
  border-radius: 6px;
  width: 320px;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.auth-box label {
  display: block;
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  color: #ccc;
}

.auth-box input {
  width: 100%;
  padding: 10px;
  background: #111;
  color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
}

.register-btn {
  width: 100%;
  padding: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  margin-top: 12px;
  border-radius: 6px;
  cursor: pointer;
  color: #eee;
}

.switch {
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
  color: #aaa;
}

.switch a {
  color: #f0d26a;
}

.switch a:hover {
  text-decoration: underline;
}
