* {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100vh; }
  body #app {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

main {
  width: 486px;
  min-height: 714px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: relative; }
  main .bottom img {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 295px;
    transform: translateX(-50%); }
  main .top {
    padding: 40px 20px 20px 20px; }
    main .top .title {
      text-align: center; }
      main .top .title a {
        text-decoration: none;
        color: #807d7c; }
      main .top .title a.active {
        color: #ff9800; }
    main .top .login_forms {
      margin-top: 20px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column; }
      main .top .login_forms input {
        margin-bottom: 20px;
        border: 1px solid #f0eeee;
        outline: none;
        height: 40px;
        border-radius: 5px;
        padding-left: 20px;
        transition: all 0.3s; }
        main .top .login_forms input:focus {
          border: 1px solid #ff9800; }
      main .top .login_forms input.sign_input {
        margin-bottom: 15px; }
      main .top .login_forms .code {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        main .top .login_forms .code input {
          width: 53%; }
        main .top .login_forms .code img {
          height: 40px;
          border-radius: 5px;
          cursor: pointer;
          border: 1px solid #f0eeee; }
      main .top .login_forms > button {
        border: none;
        cursor: pointer;
        height: 40px;
        border-radius: 5px;
        color: white;
        background-color: #ff9800; }
    main .top .other_login {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; }
      main .top .other_login > p {
        font-size: 14px;
        color: #808595; }
      main .top .other_login::before {
        position: absolute;
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        background-color: #807d7c;
        left: 0;
        top: 10px; }
      main .top .other_login::after {
        position: absolute;
        content: '';
        display: block;
        width: 170px;
        height: 1px;
        background-color: #807d7c;
        right: 0;
        top: 10px; }
      main .top .other_login > div {
        margin-top: 20px; }
        main .top .other_login > div img {
          width: 40px;
          margin-right: 10px;
          cursor: pointer; }
          main .top .other_login > div img:last-child {
            margin-right: 0; }

/*# sourceMappingURL=login.css.map */
