
body.login-page {
    background: url('/img/backgrounds/6') no-repeat center center fixed;
    background-size: cover;
  }
  

.new-register-box {
    max-width: 1024px;
    width: 100%;
}
@media (max-width: 768px) {
    .new-register-box {
        max-width: 100%;
        padding: 10px;
    }
}

.input-verify-code {
    height: 5.5rem;
    background-color: #d1f5ed;
    font-weight: 900;
    font-size: 64px;
}

