/*背景图片*/
body{
    background:url(../img/login_bg.jpg) no-repeat center center;
    background-size:cover;
    background-attachment:fixed;
    margin: 0;
    padding: 0;
}

.login-content {
    width: 1336px;
    height: 640px;
    background: url(../img/login_small_bg.png) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: calc(50% - 320px);
    left: calc(50% - 687px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.login-form {
    margin-right: 171px;
    margin-top: -131px;
    position:relative;
}

.login-title {
    background: url(../img/FBteaching_management-system.png) ;
    background-size: cover;
    width: 340px;
    height: 41px;

    margin-bottom:60px;

}

.login-input-1{
    width: 340px;
    height: 50px;
    font-size: 18px;
    background-color: rgba(181, 195, 210, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(188, 198, 208, 0.1);
    border-radius: 25px;
    border: solid 1px rgba(181, 195, 210, 0);
    box-sizing: border-box;
    padding-left: 78px;
    background-repeat: no-repeat;
    background-position: 38px 13px;
    background: url(../img/user_before.png) no-repeat 36px center rgba(169, 190, 215, 0.2);

}
/*.login-input-1-red{
    width: 340px;
    height: 50px;
    font-size: 18px;
    background-color: #ff366f;
    box-shadow: 0px 3px 6px 0px rgba(188, 198, 208, 0.1);
    border-radius: 25px;
    border: solid 1px #ff366f;
    box-sizing: border-box;
    padding-left: 78px;
    background-repeat: no-repeat;
    background-position: 37px 13px;
    background: url(./img/user_before.png) no-repeat 36px center rgba(169, 190, 215, 0.2);
}*/
.login-input-1:focus{
    outline: none;
    border: solid 1px #45b6fd;
    background: url(../img/user_after.png) no-repeat 36px center;
}
.login-input-1:hover{
    border: solid 1px #45b6fd;
}

/*.login-input-1-red:focus{
    outline: none;
    border: solid 1px #45b6fd;
    background: url(./img/user_after.png) no-repeat 36px center;
}
.login-input-1-red:hover{

    border: solid 1px #45b6fd;

}*/
.login-input-2{
    width: 340px;
    height: 50px;
    font-size: 18px;
    background-color: rgba(181, 195, 210, 0.2);
    box-shadow: 0 3px 6px 0 rgba(188, 198, 208, 0.1);
    border-radius: 25px;
    border: solid 1px rgba(181, 195, 210, 0);
    box-sizing: border-box;
    padding-left: 78px;
    background-position: 38px 13px;
    background: url(../img/password_before.png) no-repeat 36px center rgba(169, 190, 215, 0.2);
    margin-top:30px;
}
/*.login-input-2-red{
    width: 340px;
    height: 50px;
    font-size: 18px;
    background-color: #ff366f;
    box-shadow: 0px 3px 6px 0px rgba(188, 198, 208, 0.1);
    border-radius: 25px;
    border: solid 1px #ff366f;
    box-sizing: border-box;
    padding-left: 78px;
    background-repeat: no-repeat;
    background-position: 37px 13px;
    background: url(./img/password_before.png) no-repeat 36px center rgba(169, 190, 215, 0.2);
    margin-top:30px;
}*/
.login-input-2:focus{
    outline: none;
    border: solid 1px #45b6fd;
    background: url(../img/password_after.png) no-repeat 36px center;
}
.login-input-2:hover{

    border: solid 1px #45b6fd;

}
/*.login-input-2-red:focus{
    outline: none;
    border: solid 1px #45b6fd;
    background: url(./img/password_after.png) no-repeat 36px center;
}
.login-input-2-red:hover{

    border: solid 1px #45b6fd;

}*/
.login-button{
    position: absolute;
    top: 276px;
    left: 0px;
    width: 340px;
    height: 50px;
    background-image: linear-gradient(21deg,
    #7167fe 0%,
    #5e5cff 100%),
    linear-gradient(
            #b5c3d2,
            #b5c3d2);
    background-blend-mode: normal,
    normal;
    box-shadow: 0 3px 6px 0
    rgba(113, 103, 254, 0.46);
    border-radius: 25px;
    cursor: pointer;

    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #ffffff;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.16);

    margin-top:28px;
}
.login-button:focus{
    outline:none;
}
.login-button:disabled{
    width: 340px;
    height: 50px;
    background-image: linear-gradient(21deg,
    #7167fe 0%,
    #5e5cff 100%),
    linear-gradient(
            #b5c3d2,
            #b5c3d2);
    background-blend-mode: normal,
    normal;
    box-shadow: 0 3px 6px 0
    rgba(113, 103, 254, 0.46);
    border-radius: 25px;
    opacity: 0.6;
    cursor: default;
    margin-top:28px;
}
.login-notice{

    position:absolute;;
    top:236px;
    margin-top:21px;
    margin-left: 38px;
    text-indent: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ff4c74;
    background: url(../img/error.png) no-repeat left center;

}

[v-cloak] {
    display: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #a1aebb;
    font-weight:100;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a1aebb;
    font-weight:100;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a1aebb;
    font-weight:100;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a1aebb;
    font-weight:100;
}

.test-icon {
    width: 112px;
    height: 108px;
    position: absolute;
    right: 47px;
    bottom: 0;
    background: url(../img/Ta_ea.png) no-repeat center;
}