* {
    padding: 0;
    margin: 0;
}

.col {
    float: left;
}

ul, li {
    list-style: none;
}

.clearfix {
    clear: both;
}

.col-wrap {
    display: inline-block;
}

.header {
    margin: 0px 0px 20px 0px;
}

body {
    color: #000;
    background-color: white;
}

input {
    background-color: #f1f1f1!important;
    font-size: 18px;
    padding: 18px;
    border: none;
    width: 100%;
    color: #000;
    border-radius: 8px;
}

input::-webkit-input-placeholder {
    color: #C7C4C4;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: #C7C4C4;
}

input:focus {
    outline: none;
}

.login ul {
    border: 0px solid #B7B2B2;
    border-radius: 8px;
}

.login ul .middle-li {
    border-bottom: 1px solid #B7B2B2;
    border-top: 1px solid #B7B2B2;
}

.login ul .end-li {
    margin-top: 10px;
    border-top: 0px solid #B7B2B2;
}

.login ul li {
    padding-right: 30px;
}

.btn {
    background: #3E3F40;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    border-radius: 6px;
    cursor: pointer;
}

.btn-null {
    border: solid 1px #3E3F40;
    background-color: white;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: #3E3F40;
    margin-top: 20px;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.8;
}

.btn:active {
    opacity: 0.7;
}

.btn:focus {
    outline: none;
}

.login-icon {
    width: 24px;
}

.center-wrapper {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 60px 40px;
    box-shadow: rgb(0 0 0 / 7%) 0px 50px 60px;
    border-radius: 20px;
    width: 450px;
    height: auto;
    margin-top: -200px;
}

.ie-noty {
    background: red;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.login-parent {
    height: 100vh;
    display: flex;
    /*登录框水平垂直居中*/
    justify-content: center;
    align-items: center;
    position: relative;
}
