/****begin 首页登录及主色调 CSS Document *****/
./**login.css**/
.login-page .form-group .yzy-login-btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 500px;
    padding: 0;
    margin: 0 auto;
    background: #387EE8;
    box-shadow: 0 0 10px #6D95ED;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.yzy-login_logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.login-page .yzy-login-box-body {
    width: 1200px;
    margin: auto;
    margin-top: 45px;
    height: 650px;
    padding: 0;
    background: url(image/login_back.png) no-repeat;
    background-size: 100%;
    /*box-shadow: 0 2px 6px #999;*/
    /*border-radius: 5px;*/
    position: relative;
}

.yzy-login-box,.yzy-register-box {
    width: 360px;
    /*margin: 0 auto*/
}

.yzy-form-control-feedback {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.yzy-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    border: none;
    background-image: none;
    border-bottom: 1px solid #A5CCFC;
    border-radius: 0;
    box-shadow: none;
}

.login-page .has-feedback .yzy-form-control {
    padding: 4px 10px;
    padding-left: 34px;
}
.login-page .has-feedback .yzy-form-control:focus{
    background: none;
    box-shadow: none;
}
.forget {
    position: absolute;
    right: 120px;
    bottom: 145px;
}
/****end 首页登录及主色调 CSS Document *****/

/*2022-01-10 start*/
.template-tab-top{
    display: flex;
}
.template-tab-top .login-tab-title{
    padding-bottom: 20px;
    display: block;
    font-size: 15px;
    color: #777;
    flex: 1;
    text-align: center;
    cursor: pointer;
}
.template-tab-top .login-tab-title.login-cur{
    position: relative;
    color: #648ee9;
    font-weight: bold;
    border-bottom:2px solid #648ee9;
}
.template-tab-group{
    margin-bottom: 20px;
}
.template-tab-group .tabCont{
    display: none;
}
.phone-code{
    position: absolute;
    right: 0;
    top: 5px;
    border-left: 1px solid #A5CCFC;
    padding: 0 20px;
    cursor: pointer;
    color: #648ee9;
}

.template-form-group{
    margin-top: 5px;
    margin-bottom: 23px;
    position: relative;
}
.template-form-group:last-child{
    margin-bottom: 0;
}
.template-form-control{
    padding: 4px 10px 4px 34px;
    width: 100%;
    height: 34px;
    border:0;
    overflow: hidden;
    color: #777777;
    font-size: 15px;
    outline: 0;
    border-bottom: 1px solid #a5ccfc;
    background: none;
    border-radius: 0;
}
.template-form-control:focus{
    border-bottom: 1px solid #387ee8;
}
.template-icon-box{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.template-icon-box i{
    font-size: 1vw;
    vertical-align: middle;
    color: #648ee9;
}
/*2022-01-10 end*/