.signIn-mid {
    overflow: hidden;
    padding: 30px 0 26px;
}
.signIn-left,
.signIn-right {
    width: 50%;
    float: left;
    padding: 20px 20px;
}
.signIn-left-inner,
.signIn-right-inner,
.signUp-panel {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
}
.signIn-left-text {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
}
.signIn-net-btns {

}
.signIn-net-warp {
    position: relative;
    margin-top: 13px;
}
.signIn-net-btn {
    height: 44px;
    padding: 0;
    width: 100%;
    line-height: 42px;
    font-size: 14px;
}
.signIn-net-btn > i.fa-facebook {
    border-right: 1px solid #556B9B;
    padding: 8px 22px 8px 0;
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: 25px;
}
.signIn-net-btn > i.fa-google-plus { 
    border-right: 1px solid #A26C6C;
    padding: 8px 16px 8px 0;
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 22px;
    font-weight: 700;
}
.signIn-net-btn > span {
    text-indent: 52px;
    display: inline-block;
}
.sigbIn-progress {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -10px 0 0;
    padding: 0;
}
.sigbIn-progress > .bar {
    width: 100%;
}
.signIn-net-help {
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    color: #cc0f16;
    width: 100%;
    word-wrap: break-word;
    text-align: left;
    margin-top: 4px;
}

.signIn-right {
    float: right;
}
.signIn-group {
    position: relative;
    margin-bottom: 6px;
}

.signIn-label {
    position: absolute;
    width: 50px;
    color: #fff;
    background: #00a1cb;
    padding: 15px 0;
    border: 1px solid #0092B8;
    border-radius: 2px 0 0 2px!important;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    height: 44px;
    line-height: 14px;
    left: 0;
    margin: 0;
    text-align: center;
}
.signIn-label > .fa-caret-right {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    color: #00a1cb;
    text-shadow: 1px 0 0 #0092B8;
    font-size: 16px;
    z-index: 1;
}
.signIn-input-warp {
    position: relative;
    padding-left: 50px;
}
.signIn-input-warp > input {
    height: 44px;
    padding: 7px 15px;
    font-size: 15px;
    border-radius: 0 2px 2px 0!important;
    border-left: none;
}
.signIn-forget {
    text-align: right;
}
.signIn-forget > a:hover {
    text-decoration: underline;
}
.signIn-form-warp {
    position: relative;
    margin-top: 6px;
}
.sigbIn-btn {
    width: 100%;
    height: 44px;
    padding: 0;
    line-height: 42px;
    font-size: 14px;
}
.signIn-form-help {
    position: absolute;
    word-wrap: break-word;
    width: 100%;
    margin-top: -8px;
    line-height: 20px;
    text-align: left;
}
.signIn-footer {
    background: #f0f2f2;
    border-top: 1px solid #c7c7c7;
    padding: 25px 0;
    color: #888;
    font-size: 12px;
}
.signIn-footer > a {
    text-decoration: underline;
}

.signUp-panel {
    padding: 40px 20px;
    max-width: 320px;
}
.signUp-hint {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -6px;
    color: #c7c7c7;
}
.signUp-icon-left {
    position: absolute;
    left: -20px;
    top: 50%;
    font-size: 16px;
    margin-top: -6px;
}

@media(max-width: 600px) {
    .signIn-left,
    .signIn-right {
        width: 100%;
    }
}