* {
    margin: 0;
    padding: 0;
    border: none;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/static/sys/home/img/background.png') no-repeat 50% 50%;
    position: relative;
    text-align: center;
}
input:-webkit-autofill {
/ box-shadow: 0 0 0 px 1000 px #C7C6C6 inset !important;
/ -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background: transparent none;
    transition: background-color 50000s ease-in-out 0s;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input {
    outline: none
}

input:focus {
    outline: none;
}
#login_box{
    height: 600px;
    width: 1246px;
}
#login_back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#logo_1{
    float: right;
    width: 43%;
    height: 100%;
    position: relative;
}
#logo_right {
    height: 600px;
    width: 514px;
    float: right;
}
#login_center{
    width: 92%;
    height: 70%;
    position: absolute;
    top: 20%;
    left: 4%;
}

#login_p1,#login_p2{
    width: 100%;
    margin-bottom: 20px;
}

#login_p1 {
    font-weight: bold;
    font-size: 26px;
    color: #0D0D0D;
}

#login_p2 {
    font-weight: bold;
    color: #0D0D0D;
    font-size: 26px;
}
#login_input{
    width: 80%;
    position: absolute;
    left: 12%;
}

.login_div {
    position: relative;
    height: 40px;
    text-align: left;
    margin-bottom: 50px;
}

#login_id3{
    height: 46px;
    margin-top: 120px;
}

#login_id3 input {
    height: 100%;
    width: 100%;
    background-color: #3a6caf;
    border-radius: 23px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}


#login_id1 input, #login_id2 input {
    height: 100%;
    width: 100%;
    text-indent: 1em;
    border-bottom: 1px solid #D7D7D7;
    font-size: 16px;
    color: #222222;
}

.div_p {
    z-index: 99;
    font-size: 14px;
    color: #666666;
    top: -14px;
    left: 0;
}