input, select, button {
    outline: unset !important;
}

ul {
    padding: unset;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #2492ff;
}

input {
    background: transparent !important;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    width: -webkit-fill-available;
    border: unset;
    border-bottom: 1px solid #DCDFE6;
    padding: 0 10px;
}

select {
    background-color: unset;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
    color: #606266;
    font-size: 14px;
}

body {
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 0 15px;
}

.loginbox {
    position: relative;
    top: 15vh;
    padding: 20px 34px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.login_from {
    background: unset;
    margin-bottom: 15px;
}

.inputHeader {
    padding: 8px 0 4px;
    font-size: 16px;
    font-weight: bold;
    color: #909399;
}

.sec_code img {
    vertical-align: bottom;
    width: 80px;
}

.sec_code input {
    width: 70px !important;
    margin:0 10px 0 0;
}

.btns {
    text-align: center;
    margin-top: 40px;
}

button {
    border: unset;
    border-radius: 5px;
    width: 40%;
    height: 32px;
    line-height: 16px;
    font-size: 16px;
    color: #FFF;
}

.login_btn {
    border: 1px solid #409EFF;
    background-color: #409EFF;
    margin-right: 20px;
}

.login_btn:hover {
    background-color: rgba(64, 158, 255, 0.8);
}

.back {
    border: 1px solid #E4E7ED;
    background-color: #ffffff;
    color: #606266;
}

.back:hover {
    color: #409EFF;
    border-color: #409EFF;
}

.register_btn {
    border: 1px solid #67C23A;
    background-color: #67C23A;
    margin-right: 20px;
}

.register_btn:hover {
    background-color: rgba(103, 194, 58, 0.8);
}

.questionli{
    font-size: 0;
}