@font-face {
  font-family: 'Saira-Medium';
  src: url('/resources/Saira-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Kernel-Regular';
  src: url('/resources/Kernel-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Freestyle-Script';
  src: url('/resources/Freestyle-Script.otf') format('opentype');
}


body { 
  font-family: 'Saira-Medium';
  background: #000;
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  width: 1200px;
  margin: auto;
  padding-top: 60px;
}

#mfa-login-screen {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  z-index: 1000;
  overflow: hidden;

}

#mfa-login-screen button {
  max-width: 150px;
  max-height: 70px;
  color: #fff;
  background: #6bc4c4;
  font-family: 'Saira-Medium';
  text-align: center;
  font-weight: 800;
  text-shadow: 0px 1px 3px #000;
  box-shadow: 0.5px 0.5px 0.5px 0.5px #888888;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
}

#mfa-login-screen button:hover {
  box-shadow: 0px 0px 0px 2px #888888;
}

#mfa-login-screen input {
  max-width: 150px;
  max-height: 50px;
  margin-bottom: 20px;
  padding: 10px;
}

#mfa-email {
  margin-top: 20px;
}

#mfa-login-status {
  margin-top: 25px;
  height: 30px;
  width: 100%;
}

#header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
}

#overlay-logo {
  font-family: 'Kernel-Regular'; 
  text-align: center;
  font-size: 55px;
  line-height: 0.8;
}

#header-span-one {
  font-size: 10px;
}

#header-span-two {
  font-family: 'Freestyle-Script';
  font-size: 80px;
  letter-spacing: 1.5px;
}

#prod-div, #mailbox-div {
  margin: auto;
}

#overlay-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  text-align: center;
  height: 80px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}

#testingOnPROD-overlay {
  width: 150px;
  height: auto;
  max-width: 150px;
  max-height: 100%;
  margin-top: 20px;
  margin-left: 120px;
}

#mailbox-img-overlay {
  width: 70px;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  margin-bottom: 0;
  margin-right: 120px;
}

.span-yellow {
  color: #ffcc66;
}

.span-blue {
  color: #6bc4c4;
}

#span-yellow-larger {
  color: #ffcc66;
  font-size: 15px;
}

.span-white {
  color: #fff;
}

