
.content {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../imgs/login-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.login{
    width: 455px;
    padding: 46px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.login-tab{
    background: #FFFFFF;
    border: 1px solid #F8711A;
    border-radius: 6px;
    margin: 0;
    margin-bottom: 22px;
}
.login-tab p{
    margin: 0;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 400;
    color: #F8721B;
    text-align: center;
    cursor: pointer;
}
.login-tab p:first-child{
    border-radius: 5px 0px 0px 5px;
}
.login-tab p:last-child{
    border-radius: 0px 5px 5px 0px;
}
.login-tab-active{
    background: linear-gradient(0deg, #FE6B5E 0%, #FF8647 100%);
    color: #FFFFFF !important;
}
.form-control{
    border: 1px solid #EEEEEE;
    box-shadow:none;
}
.form-control:focus{
    border-color: #eeeeee;
    box-shadow: none;
}
.to_label{
    color: #666666;
}
.to_input{
    height: 36px;
}
.bar-unlock{
    width: 100%;
    height: 38px;
}
.slide-to-unlock-bg{
    border-color: #eee!important;
}
.slide-to-unlock-handle{
    border-color: #eee!important;
}
.to_submit,.to_submit:active,.to_submit:focus,.to_submit:hover{
    width: 100%;
    height: 48px;
    background: linear-gradient(0deg, #FE6960 0%, #FF8846 100%);
    color: #ffffff;
    border-radius: 6px;
    border:none;
    outline: none;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background: linear-gradient(0deg, #FE6960 0%, #FF8846 100%);
    color: #ffffff;
    border:none;
    outline: none;
}
.sms-input{
    position: relative;
}
.sms-input span{
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    width: 150px;
    background-color: #eeeeee;
    border-radius: 0 4px 4px 0;
    text-align: center;;
    cursor: pointer;
}
.login-change{
    margin: 0;
    text-align: center;
    margin-top: 21px;
}
.login-change span{
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    color: #666666;
}
