*{
    margin: 0;
}
html,body{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    font-family:microsoft yahei,sans-serif;
    font-size: 16px;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.login-page{
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    user-select: none;
}
.login-content{
    position: relative;
    width: 840px;
    max-width: 98%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.login-box-img{
    width: 54%;
}
.login-box-img img{
    width: 100%;
    height: 100%;
    user-select: none;
}
.login-box{
    width: 46%;
}
.login-box-content{
    padding: 0 40px;
}
.login-box-content .welcome{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 36px;
}
.form-item{
    margin-bottom: 20px;
}
.form-item-label{
    font-size: 15px;
    color:#666666;
    margin-bottom: 4px;
}
.form-item-input{
    display: flex;
    align-items: center;
    position: relative;
}
.form-input{
    flex: 1;
    font-size: 16px;
    height: 29px;
    outline: none;
    border-left: none;
    border-top:none;
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.form-input:focus{
    border-bottom: 1px solid #2876fb;
}
.form-input-icon{
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.form-item-checkbox{
    display: flex;
    align-items: center;
}
.checkbox-label{
    font-size: 14px;
    margin-left: 8px;
    cursor: pointer;
}
.btn-submit{
    height: 46px;
    overflow: hidden;
    border-radius: 46px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.btn-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    user-select: none;
}
.btn-text{
    position: relative;
    font-size: 16px;
    color:#FFFFFF;;
}
.error-content{
    color: red;
    font-size: 14px;
    text-align: center;
    height: 20px;
    margin-bottom: 8px;
}
.error-content .error-info{
    display: none;
}

.hide-box{
    display: none;
}
.success-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2876fb;
    text-align: center;
}
.success-message{
    color: #666666;
    text-align: center;
    margin-bottom: 48px;
}
.checkbox-label-box{
    font-size: 14px;
    margin-left: 8px;
}
.text-link{
    color: #2876fb !important;
}
.text-link:hover{
    color: #2876fb;
}
.submit-next{
    font-size: 14px;
    text-align: center;
    margin-top:24px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {

}
