/** layuiAdmin.std-v1.0.0 LPPL License By http://www.layui.com/admin/ */
#LAY_app, body, html {
    height: 100%
}
body{
    position: relative;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.layadmin-user-login{
    width: 100vw;
    height: 100vh;
    background: url("../../../img/entry-bg.png") no-repeat left bottom;
    display: flex;
    align-items: center;
}
.entry{
    width: 50%;
    height: 538px;
    margin: auto;
    border-radius: 10px;
    /*box-shadow: 0 0 20px #5495FF;*/
    overflow: hidden;
    display: flex;
}
.entry-left{
    width: 50%;
    background-color: rgba(0,0,0,0.47);
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry-right{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.entry-title{
    font-size: 32px;
    color: #5797FF;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 2px;
}
.entry-logo{
    width: 300px;
}
.color-wexin img{
    margin-right: 5px;
}
.entry-input{
    height: 36px;
    outline: none;
    width: 278px;
    border: 1px solid #F5F5FA;
    margin-bottom: 30px;
    padding-left: 20px;
    border-radius: 18px;
    background: #F5F8FA;
}
.entry-input:focus{
    border: 1px solid #216BF5;
    border-radius: 18px;
}
.entry-button{
    width: 300px;
    height: 36px;
    border-radius: 18px;
    background: #5A98FF;
    text-align: center;
    line-height: 36px;
    border: none;
    outline: none;
    color: white;
    font-size: 15px;
    margin-bottom: 20px;

}
.logo-line{
    width: 26%;
    height: 10px;
    border-bottom: 1px solid #50B674;
}
.entry-logo-box{
    position: absolute;
    left: 100px;
    top: 35px;
}
.color-wexin{
    color: #50B674;
}
.bottom-copyright{
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    bottom: 70px;
    left: 48%;
}
