.login-panel {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: initial;
    box-shadow: inherit;
}
.login-panel-body {
    padding: 18px;
    position: relative;
}
.login-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
}
.form-group {
    display: flex;
    font-size: 14px;
    margin-bottom: 18px;
}

.form-group .form-item-label {
    width: 70px;
    color: #606266;
    font-size: 14px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 0 0 auto;
    height: 32px;
    line-height: 32px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.form-group .form-item-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    line-height: 32px;
    position: relative;
    min-width: 0;

}
.form-control {
    border: 1px solid #dcdfe6;
    box-shadow: none!important;
    color: #606266;
    padding: 7px 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.form-control::placeholder {
    transition: opacity .3s;
    color: #a8abb2;
    font-weight: 400;
}
.form-control:hover,.form-control:focus {
    border: 1px solid #c0c4cc;
}


.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 36px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: 500;
    user-select: none;
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-shadow: none!important;
}
.button:focus,.button:hover {
    color: #ffffff;
    background-color: #1eb1f9;
    outline: 0;
    border-color: #79bbff;
    box-shadow: none!important;
}
.login-button {
    color: #fff;
    background-color: #0097e0;
    border: 1px solid #0097e0;
}
.login-wrapper {
    margin-bottom: 10px;
}


.reg-panel {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    margin-bottom: 50px;

    background-color: #fff;
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: initial;
    box-shadow: inherit;
}
.reg-panel-body {
    padding: 18px;
    position: relative;
}
.tab-menu {
    display: flex;
    margin-bottom: 20px;
}
.tab-menu a {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border: 1px solid #eee;
}

.tab-menu a.active-tab {
    background-color: #007BFF;
    border: 1px solid #007BFF;
    color: #fff;
}

.verification-code-button {
    background-color: #fff;
    margin-left: 10px;
}
.verification-code-button:focus,.verification-code-button:hover {
    color: #409eff;
    background-color: #ecf5ff;
    border-color: #409eff;
}
.register-button {
    color: #fff;
    background-color: #0097e0;
    border: 1px solid #0097e0;
}
.register-wrapper {
    margin-bottom: 10px;
}