@charset "UTF-8";
.component .com-users-login.login {
    width: 900px;
    margin: auto;
}

.contentpane {
    padding: 15px;
    background: url(../images/nj/login_bg.png);
}

.login-box {
    border-radius: 15px;
    background: #fff;
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.info-top {
    height: 450px;
}
.info-top h1 {
    height: 161px;
    overflow-wrap: break-word;
    color: rgba(166, 147, 100, 1);
    font-size: 115px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    white-space: nowrap;
    line-height: 161px;
}
.info-block {
    background-color: rgba(91, 15, 15, 1);
    border-radius: 20px 0px 0px 20px;
    height: 100%;
    color: #fff;
	padding: 25px;
}
.info-top p.info-desc {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: PingFang-SC-Bold;
    white-space: nowrap;
    line-height: 33px;
    margin: -14px 0 0 75px;
}
.form-block {
    padding: 45px 25px;
}

.info-bottom p {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 33px;
    border-top: solid rgba(255,255,255,0.5) 1px;
    display: inline-block;
    padding-top: 20px;
}

.welcome-text {
    overflow-wrap: break-word;
    color: rgba(166, 147, 100, 1);
    font-size: 24px;
    font-family: PingFangSC-Regular;
    line-height: 33px;
    margin: 15px 0;
}

.form-warp button.btn.btn-primary {
    width: 100%;
	background-color: rgba(166, 147, 100, 1);
}

.form-warp  .list-group-item {
    border: none !important;
}
.com-users-login__options {
    margin-top: 10px !important;
}