@media screen and (max-width: 700px) {
  #app main {
    width: 90%;
  }
  #app main .top .other_login::before, #app main .top .other_login::after {
    width: 38%;
  }
}
@media screen and (max-width: 550px) {
  #app main .top .login_forms .code input {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #app main {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    justify-content: center;
    position: relative;
    width: 350px;
    height: 100vh;
    min-height: initial;
  }
  #app main .top {
    width: 100%;
    padding: 0;
    position: absolute;
    margin-top: 60%;
    transform: translateY(-50%);
  }
  #app main .top .other_login::before, #app main .top .other_login::after {
    display: none;
  }
  #app main .top .login_forms .code input {
    width: 45%;
  }
  #app main .bottom img {
    position: absolute;
    height: 225px;
  }
}

/*# sourceMappingURL=phone.css.map */
