﻿body {
    overflow: hidden;
}

#center {
    background-image: url('../../Img/Login.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 120px 0px;
    height: 950px;
    box-sizing: border-box;
}

#LoginDivTop {
    border-bottom: 1px solid #0099ff;
    padding: 10px 30px;
    font-size: 25px;
    color: #0099ff;
    text-align: left;
    box-sizing: border-box;
}


#LoginDiv {
    border: 1px solid gray;
    width: 430px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 5px #888888;
    border-radius: 5px;
}

#UserName {
    padding-left: 30px;
    width: 85%;
    height: 40px;
    font-size: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

#PassWord {
    padding-left: 30px;
    width: 85%;
    height: 40px;
    font-size: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.Verification_div {
    width: 85%;
    height: 40px;
    font-size: 15px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

    .Verification_div input[type=text] {
        width: 70%;
    }

    .Verification_div img {
        width: 30%;
        height: 38px;
    }

#forgetPas {
    color: #4183C4;
    font-size: 10px;
    line-height: 22px;
    cursor: pointer;
}

#Login {
    width: 85%;
    height: 40px;
    background-color: #0099ff;
    border-style: hidden;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

#checkFont {
    font-size: 10px;
}

#title {
    color: black;
    font-size: 10px;
    margin-bottom: 15px;
}

#check {
    vertical-align: middle;
}

.layui-icon {
}

#Users {
    position: relative;
    margin: 30px 0px;
}

#User {
    position: absolute;
    left: 10%;
    top: 13px;
}

#Pwds {
    position: relative;
    margin: 20px 0px 20px 0px;
}

#Verification {
    margin: 20px 0px 20px 0px;
}

#Pwd {
    position: absolute;
    left: 10%;
    top: 12px;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

#checkite {
    margin: 0px;
}

.layui-form-item {
    margin: 0px;
}

    .layui-form-item .layui-form-checkbox[lay-skin=primary] {
        margin-top: 0px;
    }

.display_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
