#_info{
    height:100%;
    .step_1{
      ._container{
        text-align: center;
        margin-top:50px;
        #phone_icon{
          font-size: 200px; 
          color: #bcbcbc;
        }
      }
      .title{
        text-align: center;
        h2{
          font-weight: bold;
          color:black;
        }
        h4{
          margin-top:20px;
          color:gray;
        }
      }
    }
    .step_2,.step_3{
      .input{
        position: relative;
        top:0;
      }
      input{
        background: white;
        width:100%;
        height:80px;
        font-size:30px;
        color:black;
      }
      .sendCode{
        position: absolute;
        right:0;
        width:150px;
        margin-right:15px;
        bottom:10px;
        height:60px;
        line-height: 60px;
        border:2px solid #1E9FFF;
        text-align: center;
        border-radius:10px;
        color:#1E9FFF;
      }
      ._title{
        position: absolute;
        left:0;
        bottom:0px;
        font-size:30px;
        color:black;
        height:80px;
        width:200px;
        font-weight: bold;
        display:flex;
        align-items: center;
        justify-content: center;
      }
    }
    .step_1,.step_2,.step_3,.unbundl,._info{
      .btn{
        margin-top:60px;
        button{
          background-color: #1E9FFF;
          height: 80px;
          width: 600px;
          font-size:30px;
        }
      }
    }
    .margin_top_20{
      margin-top:20px;
    }
    .margin_top_40{
      margin-top:40px;
    }
    .margin_top_2{
      margin-top:2px;
    }
    .padding_right_180{
      padding-right:180px;
    }
    .padding_left_120{
      padding-left:120px;
    }
    .padding_left_200{
      padding-left:200px;
    }
    #_phone_icon{
      position: absolute;
      bottom:0px;
      font-size: 50px;
      height:80px;
      width:120px;
      text-align: center;
      color: #bcbcbc;
    }
    .unbundle{
      ._img{
        width:50%;
        height:50%;
        margin-top:20px;
      }
      h2{
        margin-top:20px;
      }
    }
    ._info{
      .v-list{
        padding:0;
      }
      .v-list__tile{
        height:80px;
        box-sizing: border-box;
        border-bottom:3px solid #eff4fd;
      }
      .v-list__tile__title{
        padding-left:20px;
          font-size: 25px;

      }
      .title > .v-avatar{
        width:150px !important;
        height:inherit !important;
        justify-content: flex-start;
        span{
          font-size: 25px;
        }
      }
    }
  }