@media screen and (min-width: 769px), print {
  .login {
    background: #e7eef6;
    padding: 120px 0;
  }
  .login-form {
    padding: 0 100px;
  }
  .login-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .login-row__label {
    width: 147px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 500;
    color: #005bab;
    letter-spacing: 1px;
    text-align: right;
    margin-right: 30px;
  }
  .login-row__wrap {
    width: 100%;
  }
  .login-row__wrap input {
    display: block;
    width: 660px;
    height: 56px;
    background: #fff;
    border: none;
    -moz-border-radius: 6px;
         border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0 15px;
  }
  .login-forgot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  .login-forgot__link {
    font-weight: 500;
    color: #005bab;
    border-bottom: 1px solid currentColor;
    -webkit-transition: opacity .3s, border .3s;
    -moz-transition: opacity .3s, border .3s;
    transition: opacity .3s, border .3s;
  }
  .login-forgot__link:hover {
    opacity: .8;
    border-color: transparent;
  }
  .login .btn {
    -moz-box-shadow: 0 0 30px 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 30px 0 rgba(0, 64, 121, 0.13);
    margin-top: 50px;
  }
  .login_info{
    overflow: auto;
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .login {
    background: #e7eef6;
    padding-top: 14.45313vw;
    padding-bottom: 15.625vw;
  }
  .login-row {
    margin-bottom: 3.90625vw;
  }
  .login-row__label {
    display: block;
    font-weight: 500;
    color: #005bab;
    letter-spacing: 0.13021vw;
    margin-left: -0.52083vw;
    margin-bottom: 1.5625vw;
  }
  .login-row__wrap input {
    display: block;
    width: 100%;
    height: 12.23958vw;
    background: #fff;
    border: none;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    font-size: -webkit-calc(7.5px + 2.66927vw);
    font-size: -moz-calc(7.5px + 2.66927vw);
    font-size: calc(7.5px + 2.66927vw);
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0;
    padding: 0 3.25521vw;
  }
  .login-forgot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.11979vw;
  }
  .login-forgot__link {
    font-weight: 500;
    color: #005bab;
    border-bottom: 0.13021vw solid currentColor;
    padding-bottom: 0.65104vw;
  }
  .login .btn {
    -moz-box-shadow: 0 0 3.90625vw 0 rgba(0, 64, 121, 0.13);
         box-shadow: 0 0 3.90625vw 0 rgba(0, 64, 121, 0.13);
    margin-top: 11.71875vw;
  }
}
