@media only screen and (min-width: 1380px) {
}

@media only screen and (min-width: 1501px) {
}

@media only screen and (min-width: 1800px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1380px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 42%;
  }
}

@media only screen and (max-width: 991px) {
  .login-bg .login-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 48%;
  }
  .login-bg .login-right {
    display: none;
  }
  .type-test .type-test-content h1 {
    text-align: center;
  }
  .type-test .type-test-content .typing-input .typing-input-box h5 {
    font-size: 4.5rem;
    width: 8rem;
    height: 8rem;
  }
  .type-test .type-test-content .typing-input .typing-input-box h6 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 567px) {
}
