html,
body {
    margin: 0px;
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

.loginbg {
    background-image: url('../images/xcloginbg.png');
    width: 100%;
    height: 100%;
    background-size: cover;
}

.horizontal {
    display: flex;
}

.centerdiv {
    margin: auto;
}

.loginhead {
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 109px;
    text-align: center;
    color: white;
    background-image: url('../images/xcloginhead.png');
    background-size: cover;
    width: 400px;
    height: 109px;
}

.loginbodydiv {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    text-align: center;
    padding: 20px 70px 40px;
}

.loginbtn {
    border-radius: 20px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: white;
    background-color: #4A67FB;
    margin-top: 20px;
    cursor:pointer;
}
.loginbtn:hover{
    background-color:#627CFD ;
}
.loginbtn:active{
    background-color: #3354FD;
}

.loginitem {
    border-bottom: 1px solid #E5EAED;
    padding: 12px 0px;
    margin-top: 12px;
}

.fullscreen {
    flex: 1;
}

input {
    outline: none;
    border: 0;
    margin-left: 15px;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}

.licon {
    color: #D0DCE7;
    font-size: 20px;
}

.yzm {
    width: 75px;
    height: 30px;
}

.flexalign {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

input::-webkit-input-placeholder {
    color: #d3d3d3;
}

input::-moz-input-placeholder {
    color: #d3d3d3;
}

input::-ms-input-placeholder {
    color: #d3d3d3;
}

.yzminput {
    width: 150px;
}