@font-face {
  font-family: "MelodBold";
  src: url(../fonts/melodbold.ttf) format("truetype");
}
/*body {
    min-height: 1300px
}*/
.mobile-only {
  display: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
}

.md-logo {
  font-family: "MelodBold", Verdana, Tahoma;
  font-size: 10vw;
  text-transform: uppercase;
  line-height: 8vw;
  text-align: center;
}
.md-logo .magnum > div, .md-logo .dopus > div {
  display: inline;
}
.md-logo .letter {
  position: relative;
  display: inline-block;
}
.md-logo .magnum > div {
  position: relative;
}
.md-logo .magnum .m1 .letter {
  top: 0vh;
}
.md-logo .magnum .a .letter {
  top: -1.5vh;
}
.md-logo .magnum .g .letter {
  top: 0vh;
}
.md-logo .magnum .n .letter {
  top: 1.5vh;
}
.md-logo .magnum .u .letter {
  top: 0vh;
}
.md-logo .magnum .m2 .letter {
  top: -1.5vh;
}
.md-logo .dopus {
  margin-left: 8vh;
}
.md-logo .dopus .d .letter {
  top: -1.5vh;
}
.md-logo .dopus .o .letter {
  top: 0vh;
}
.md-logo .dopus .p .letter {
  top: 1.5vh;
}
.md-logo .dopus .u .letter {
  top: 0vh;
}
.md-logo .dopus .s .letter {
  top: -1.5vh;
}

#login {
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #000;
}
#login .header img {
  width: 100%;
}
#login .login-container {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
#login .login-container h2 {
  margin-bottom: 20px;
}
#login .login-container .input-group {
  margin-bottom: 15px;
  text-align: left;
}
#login .login-container label {
  display: block;
  margin-bottom: 5px;
}
#login .login-container input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 60px;
  font-size: 26px;
}
#login .login-container .links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#login .login-container .links a {
  color: #007BFF;
  text-decoration: none;
}
#login .login-container .links a:hover {
  text-decoration: underline;
}
#login .login-container button {
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#login .login-container button:hover {
  background-color: #0056b3;
}

/* Add your existing styles here */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 115%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 0px;
}
.modal label {
  display: block;
  margin-bottom: 5px;
}
.modal input {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 60px;
  font-size: 26px;
}
.modal input.right {
  border-color: green;
}
.modal input.wrong {
  border-color: red;
}
.modal .input-group {
  margin-top: 15px;
}
.modal button {
  width: 100%;
  padding: 10px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.modal-content {
  background-color: #fefefe;
  margin: 0% auto;
  padding: 20px;
  border: 1px solid #888;
  height: 100%;
  padding-bottom: 200px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tooltip {
  position: fixed;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the text */
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#forgotPassword {
  position: relative;
}

#forgotPassword span {
  position: absolute;
  background-color: #ffffca;
  border: 1px solid #666;
  padding: 6px;
  border-radius: 4px;
  top: -40px;
  right: 0;
  width: 200px;
}

.ad {
  width: 100%;
  position: fixed;
  bottom: 0;
}
.ad img {
  width: 100%;
}

.md-logo {
  text-align: center;
}
.md-logo img {
  margin-top: 20px;
  width: 35vw;
}/*# sourceMappingURL=styles.css.map */