* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comic Sans MS";
}

body {
  background: url(/images/background-image.png);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}

.container {
  width: 900px;
  margin: 0 auto;
}

.top-bar {
  font-size: 16px;
  background-color: #0027ff;
  padding: 15px 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  box-sizing: border-box;
  border-bottom: 1px solid transparent
}

.top-bar a {
  margin-left: 15px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}

.loginframe form {
  position: relative;
  top: 15px;
  left: 50%;
  transform: translateX(-180%);
  background-color: #ffffff;
  height: 250px;
  width: 250px;
  color: #000;
  text-align: center;
  border: 2px solid #777777;
}

.loginframe div {
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-180%);
  height: 250px;
  width: 250px;
  color: #000;
  text-align: center;
}

.loginframe input[type="submit"] {
  margin-top: 10px;
  background-color: #0027ff;
  color: white;
  border: none;
  padding: 10px 5;
  font-weight: bold;
  cursor: pointer;
  height: 27px;
  width: 100px;
  font-size: 13px;
}

.loginframe input[type="submit"]:hover {
  background-color: #0025f4;
}

.banner img {
  height: 300px;
  margin: auto;
  display: block;
}

.loginframe input[type="name"],
.loginframe input[type="password"] {
  padding: 8px 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  height: 25px;
  width: 200px;
}

.register-link-button {
  margin-top: 4px;
  background-color: #0027ff;
  color: white;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  height: 27px;
  width: 100px;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.register-link-button:hover {
  background-color: #0025f4;
}

.passwordtextlabel,
.usernametextlabel {
  font-size: 16px;
  padding: 5px 25px;
  font-size: 16px; 
  display: flex;
  justify-content: left;
  align-items: center;
  max-width: 900px;
  margin: auto;
  font-weight: bold;
}

.copyrightbar {
  background-color: #0027ff;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -51px;
  width: 900px;
  height: 95px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.copyrightbar span,
.copyrightbar a {
  display: block;
  margin-bottom: 5px;
}

.copyrightbar a {
  text-decoration: none;
}

.youtube-icon {
  transform: translateX(450%);
  text-align: center;
  width: 42px;
  height: 42px;
}

.youtube-icon img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}