/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.login-bg{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap:nowrap;
    background: url(https://xmyreq.xmyyl.cn/public/admin-login.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.login{
    margin: 120px auto 0 auto;
    min-height: 420px;
    max-width: 420px;
    padding: 40px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}
.login a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline:none;
    width:100%;
    box-sizing: border-box;
}
.login input[type=text]:focus,
.login input[type=file]:focus,
.login input[type=password]:focus,
.login input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}
.login input[type=submit],
.login input[type=button]{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    width:100%;
}
.login hr {
    background: #fff 0 0 no-repeat;
}
.login hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.login hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#mycanvas{
    height: 50px;
    width: 150px;
}
.layui-input{
    width: 140px;
    height:45px;
}

.user-password{
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 70px;
    width: auto;
}
.shua-btn{
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    height: 40px;
    width: 60px;
}
.login-tit{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 29px;
    color: #333333;
    letter-spacing: 6px;
    margin:175px 0 0 56px;
}
.login-tits{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 29px;
    color: #CBCBCB;
    letter-spacing: 4.5px;
    opacity: 0.8;
    margin:4px 0 0 56.5px;
}
.login-uname{
    margin:50px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;
    background: #FFFFFF;
    border: 1.5px solid #D7D7D7;
    opacity: 1;
    border-radius: 4px;
}
.login-unames{
    margin:50px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;

    background: #FFFFFF;
    border: 1.5px solid #0364FF;
    box-shadow: 0px 12px 46px rgba(55, 125, 255, 0.06);
    opacity: 1;
    border-radius: 4px;
}
.login-unamess{
    margin:50px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;
    background: #FFFFFF;
    border: 1.5px solid #FF0023;
    opacity: 1;
    border-radius: 4px;
}
.login-uname image{
    width: 15px;
    height: 17px;
}
.put-login{
    width: 410px;
    height: 58px;
    font-size: 16px;
    font-family: PingFangSC-Regular;
    line-height: 24px;
    color: #354052;
    opacity: 1;
    border-left: 1px solid #FFFFFF;
    border-TOP: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 0px  #D7D7D7;
}
.login-word{
    margin:30px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;
    background: #FFFFFF;
    border: 1.5px solid #D7D7D7;
    opacity: 1;
    border-radius: 4px;
}
.login-words{
    margin:30px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;
    background: #FFFFFF;
    border: 1.5px solid #0364FF;
    box-shadow: 0px 12px 46px rgba(55, 125, 255, 0.06);
    opacity: 1;
    border-radius: 4px;
}
.login-wordss{
    margin:30px 0 0 56px;
    display: flex;
    flex-wrap:nowrap;
    background: #FFFFFF;
    border: 1.5px solid #FF0023;
    opacity: 1;
    border-radius: 4px;
}
.login-oo{
    margin:49px 0 0 56px;

}
.login-oo button{
    width: 461px;
    height: 58px;
    background: #3B6FF9;
    font-size: 19px;
    font-family: PingFang SC;
    font-weight: 400;
    lin-height: 58px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
}
.tel-admin {
    margin:16px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 24px;
    color: #B0B7C3  ;
    opacity: 1;

}
.eye{
    width: 30px;
    height: 30px;
    cursor:pointer
}
.eyes{
    width: 30px;
    height: 30px;
    cursor:pointer
}
.none{
    display: none;
}