body {
  background-color: #202124;
  margin: 0;
  font-family: Sans-Serif;
  font-size: 28px;
  color: #87CEEB;
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #87CEEB;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  color: #87CEEB;
  text-decoration: none;
}

.background-container {
  background-image: url("/images/home.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.login-container {
  background-color: #202124;
  display: inline-block;
  position: relative;
  width: 500px;
  height: 400px;
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #87CEEB;
  opacity: 0.9;
  text-align: left;
}

.login-title {
  padding-left: 30px;
  padding-top: 20px;
}

.username-title,
.password-title {
  padding-left: 30px;
  padding-top: 40px;
}

.username-input,
.password-input {
  padding-top: 5px;
  margin-left: 30px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #87CEEB;
  background-color: #202124;
  width: 436px;
  font-size: 28px;
  color: grey;
}

.login-button {
  margin-top: 45px;
  padding-bottom: 5px;
  border: 1px solid #87CEEB;
  border-radius: 4px;
  background-color: #202124;
  font-size: 28px;
  color: #87CEEB;
  width: 100px;
  height: 50px;
  position: relative;
  left: calc(50% - 50px);
  cursor: pointer;
}

.main-header-tools-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
  background-color: #202124;
  opacity: 0.9;
  border-bottom: 1px solid #87CEEB;
}

.main-header-tool {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.video-task-container {
  display: inline-block;
  position: relative;
  top: 100px;
  width: 1280px;
  height: 944px;
  background-color: #202124;
}

iframe.video-iframe {
  width: 1280px;
  height: 944px;
  border: 1px solid #87CEEB;
  border-radius: 4px;
}
