body {
  font-family: Pixelify Sans;
  color: white;
  margin: 0;
  padding: 0;
}
.bg_img {
  position: fixed;
  width: 250%;
  height: 250%;
  top: 50%;
  left: 50%;
  z-index: -9999;
  background-size: 550px;
  background-position: -100px -100px;
  background-image: url("https://ac.blooket.com/dashboard/assets/BlookCheckers-BykpA7vd.png");
  transform: translate(-50%, -50%) rotate(15deg);
  opacity: 0.1
}
.navbar {
  overflow: hidden;
  background-color: #6f057a;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: inset 0 -0.365vw #61056b, 3px 3px 15px rgba(0, 0, 0, 0.6)
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-shadow: #000 1px 0 13px;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover,
.dropdown:hover .dropbtn {
  background-color: purple;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: inset 0 -0.365vw #777378, 3px 3px 15px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}
.dropdown-content a:hover {
  background-color: purple;
}
.dropdown-content a:last-child:hover{
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 -0.365vw #660066, 3px 3px 15px rgba(0, 0, 0, 0.6);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.title_p {
  margin-left: 92%;
  position: absolute;
  top: 1%;
  font-size: 26px;
  color: #fff;
  text-shadow: #000 1px 0 13px;
}
.login-container {
  width: 440px;
  font-size: 18px;
  border-radius: 5px;
  background-color: #6f057a;
  color: white;
  border: none;
  box-sizing: border-box;
  padding: 10px 20px;
  font-family: Pixelify Sans;
  margin: 0 auto; 
  box-shadow: inset 0 -0.365vw #5a0463, 3px 3px 15px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.form-group input {
  font-family: 'Pixelify Sans', sans-serif;
  background-color: transparent;
  border: 3px solid rgb(94, 4, 110);
  border-radius: 5px;
  padding-left: 10px;
  width: 100%;
  color: #FFFFFF;
}
.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
}
.form-group input#psw {
  border: 3px solid rgb(94, 4, 110);
}
.remember-label {
  text-align: center;
  display: block;
}
.button-container {
  text-align: center;
}
.submit-button {
  width: auto;
  font-size: 20px;
  border-radius: 5px;
  background-color: #6f057a;
  color: white;
  border: 3px solid rgb(94, 4, 110);
  padding: 15px 30px;
  cursor; font-family: 'Pixelify Sans', sans-serif;
  pointer-events: auto;
  cursor: pointer; 
  position: relative;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}
.submit-button:hover {
  background-color: #51005e;
}
.submit-button:mouseout {
  background-color: #6f057a;
}
#error-message {
  color: white;
  margin-top: 10px;
}
.spacer {
  height: 150px;
}
.login-container {
  margin-top: 40px;
}
.form-group {
  margin-bottom: 20px;
}
.button-container {
  margin-top: 20px;
}