* {
    margin: 0;
    padding: 0;
}

html, body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: relative;
    font-family: "微软雅黑";
    overflow: hidden;
    background-image: url('/ssooauth2/static/img/bg@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#app {
    padding: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.row_title {
    box-sizing: border-box;
    width:8.75rem;
    height: 0.875rem;
    padding-top: 0.35rem;
    font-size: 0.35rem;
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.018rem;
    border-radius: 0;
}

.radius_box {
    position: relative;
    border-radius: 0;
}

.el-form {
    margin-top: 0.375rem;
}

.el-form-item {
    display: flex;
    box-sizing: border-box;
    padding: 0  1rem;
    width: 100%;
}

.el-form-item__label {
    /*width: 21%;*/
    padding:0 0 0 0.2rem !important;
    height: 0.675rem !important;
    line-height: 0.675rem !important;
    font-size: 0.2rem !important;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    font-weight: 600;
    text-align: left !important;
    color: #333333 !important;
    background: #f8f9fb !important;
    border: 0.012rem solid #e1e5ee;
    border-right: none;
}
.el-form-item__content{
    box-sizing: border-box;
    /*width: 79% !important;*/
    flex:1;
    height: 0.675rem !important;
    border: 0.012rem solid #e1e5ee !important;
    border-left: none !important;
    line-height: 0.675rem !important;
    background-color: #f8f9fb !important;
}
.el-form-item__content .el-input{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.el-select {
    width: 5.59rem !important;
}

.el-form-item__content .el-select .el-input .el-input__inner {
    padding-left: 0.437rem !important;
}

.el-input__inner {
    display: inline-block;
    -webkit-appearance: none;
    outline: 0;
    padding: 0 0.125rem !important;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0 !important;
    border: none !important;
    font-size: 0.2rem !important;
    font-weight: 500 !important;
    color: #333333 !important;
    font-family: Source Han Sans CN, Source Han Sans CN-Medium;
    background-color: #f8f9fb !important;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.el-input__suffix {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0.125rem !important;
    width: 0.3rem !important;
    height: 100% !important;
}

.el-input__suffix-inner {
    display: block;
    width: 0.3rem !important;
    height: 0.3rem !important;
    background: transparent !important;
}

.el-input__icon.show_eye_box {
    display: block;
    width: 100% !important;
    height: 100% !important;
    /*background: url('/ssooauth2/static/img/eye_open.png') no-repeat 0 center !important;*/
    background: url('/ssooauth2/static/img/eye_open.png');
    background-size: contain;
}

/* transparent*/
.el-input__icon.close_eye_box {
    display: block;
    width: 100% !important;
    height: 100% !important;
    /*background: url('/ssooauth2/static/img/eye_close@2x.png') no-repeat 0 center !important;*/
    background: url('/ssooauth2/static/img/eye_close@2x.png');
    background-size: contain;
}

/*.pwd_tips {*/
/*    margin: 0 !important;*/
/*    font-size: 0.175rem !important;*/
/*    text-align: left !important;*/
/*    padding-left: 1.038rem !important;*/
/*    color: #999999 !important;*/
/*}*/

.check-pwd-wrapper .iconfont {
    display: inline-block;
    font-size: 0.2rem;
}
.check-pwd-wrapper .iconfont.icon-chahao:before {
    color: #f56c6c;
}
.check-pwd-wrapper .iconfont.icon-duihao:before{
    color: #2a6d19 !important;
}
.new-pwd-error .el-form-item__error {
    color: #FFFFFF !important;
}
.button_wrapper {
    margin: 0.25rem 0;
    padding-left: 1.038rem;
    display: flex;
}

.button_wrapper .el-button {
    width: 3.075rem !important;
    height: 0.675rem !important;
    border-radius: 0.05rem !important;
    font-size: 0.25rem !important;
}

.confirmButton {
    background: #5d83fe !important;
}

.confirmButton span {
    color: #fff;
}

.backButton {
    margin-left: 0.5rem !important;
    background: #ffffff !important;
    border: 0.012rem solid #5d83fe !important;
}

.backButton span {
    color: #5d83fe;
}

.sys_name_wrapper {
    padding-left: 1rem;
    text-align: left;
    font-size: 0.2rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #999999;
}