.content {
  width: 14.4rem;
  min-width: 1000px;
  height: 100vh; }
  .content .login-left {
    float: left;
    height: 100vh;
    width: 4.53rem;
    background: linear-gradient(to right, #4087E4, #186AD7);
    position: relative; }
    .content .login-left img {
      position: absolute;
      left: 0.6rem;
      bottom: 0.56rem;
      width: 3.13rem;
      height: 0.32rem; }
  .content .login-right {
    background: url("../images/beijingtupian.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 9.8rem;
    height: 100vh; }
    .content .login-right .text {
      margin-left: 1.41rem;
      margin-top: 0.81rem; }
      .content .login-right .text span {
        font-size: 0.36rem;
        color: #333333;
        line-height: 0.5rem; }
      .content .login-right .text p {
        font-size: 0.64rem;
        color: #333333;
        line-height: 0.9rem; }
    .content .login-right .username-password {
      margin-left: 1.41rem;
      width: 4.92rem; }
      .content .login-right .username-password .username {
        margin-top: 0.1rem; }
        .content .login-right .username-password .username p {
          font-size: 0.14rem;
          color: #333333;
          line-height: 20px; }
        .content .login-right .username-password .username input {
          height: 0.39rem;
          width: 4.62rem;
          padding-left: 0.3rem;
          background: #f6f6f6;
          border-radius: 8px;
          border: 1px solid #ecebeb;
          font-size: 0.14rem;
          color: #cecece;
          line-height: 0.2rem;
          margin-top: 4px; }
      .content .login-right .username-password .password {
        margin-top: 0.1rem; }
        .content .login-right .username-password .password p {
          font-size: 0.14rem;
          color: #333333;
          line-height: 20px; }
        .content .login-right .username-password .password input[type='text'] {
          padding-left: 0.3rem;
          width: 3.02rem;
          height: 0.39rem;
          background: #f6f6f6;
          border-radius: 8px;
          border: 1px solid #ecebeb;
          font-size: 0.14rem;
          color: #cecece;
          line-height: 0.2rem;
          margin-top: 4px; }
        .content .login-right .username-password .password input[type='password'] {
          height: 0.39rem;
          width: 4.62rem;
          padding-left: 0.3rem;
          background: #f6f6f6;
          border-radius: 8px;
          border: 1px solid #ecebeb;
          font-size: 0.14rem;
          color: #cecece;
          line-height: 0.2rem;
          margin-top: 4px; }
        .content .login-right .username-password .password .code-btn {
          width: 1.43rem;
          height: 0.39rem;
          background: #4c8ee4;
          border-radius: 20px;
          font-size: 14px;
          color: white;
          line-height: 20px;
          border: none;
          margin-left: 0.1rem; }
    .content .login-right .code-btn {
      cursor: pointer;
      width: 1.43rem;
      height: 0.39rem;
      background: #4c8ee4;
      border-radius: 20px;
      font-size: 14px;
      color: white;
      line-height: 20px;
      border: none;
      margin-left: 0.1rem; }
    .content .login-right .login-btn {
      text-align: center;
      margin-top: 0.3rem; }
      .content .login-right .login-btn .can-login {
        background: #4c8ee4; }
      .content .login-right .login-btn button {
        width: 2.57rem;
        height: 0.5rem;
        background: #cecece;
        box-shadow: 0px 2px 7px -1px rgba(153, 153, 153, 0.5);
        border-radius: 0.28rem;
        font-size: 0.14rem;
        color: #fffefe;
        line-height: 20px;
        border: none;
        cursor: pointer; }

.cut {
  margin-top: 0.1rem;
  text-align: right;
  padding-right: 1.1rem; }
  .cut span {
    font-size: 0.2rem;
    vertical-align: middle; }
    .cut span a {
      color: #4c8ee4;
      line-height: 0.28rem;
      padding-right: 0.15rem; }
  .cut img {
    vertical-align: middle;
    width: 0.17rem;
    height: 0.11rem; }

/*# sourceMappingURL=retrieve-password.css.map */
