@charset "utf-8";
.frame_login{
    width: 300px;
    background: #fff;
    padding: 40px 60px;
    margin: 0 auto;
}
.mobile_login{
    width: 300px;
    background: #fff;
    padding: 40px 60px;
    margin: 20px auto;
}
.login_title{
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 26px;
}
.login_input{
    width: 270px;
    padding: 6px 15px;
    height: 28px;
    font-size: 16px;
    border: 1px solid #5EB95E;
    border-radius: 4px;
    outline: none;
    display: block;
}
.input_area{
    width: 100%;
    position: relative;
    line-height: 100%;
}
#captcha{
    position: absolute;
    top: 0;
    right: -2px;
    height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    border: 1px solid transparent;
    border-left: 1px solid #d9d9d9;
    overflow: hidden;
}
#send_code{
    position: absolute;
    top: 1px;
    right: -1px;
    width: 120px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    border: 2px solid transparent;
    overflow: hidden;
    font-size: 16px;
}
.login_hint{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}
#send_code:hover{
    color: #fff;
    background: #009688;
}
#text_voice{
    line-height: 30px;
    text-align: center;
    display: none;
}
#send_voice{
    color: #FF0000;
    cursor: pointer;
}
.btn_submit{
    width: 100%;
    margin-top: 10px;
}
.more_link{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 15px 0 0 0;
}
.text_left{
    float: left;
}
.text_right{
    float: right;
}
