html {
  /*  background: url(../images/login_bg.png) no-repeat top center;
    background-size: cover;
*/
background: black;
}

.custom-content {

}
.custom-content .mui-input-group {
    position: relative;
    margin-top: 10%;
	margin-bottom: 10%;
    width: 100%;
    padding: 0 .8rem;
 /*   -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    background-color: transparent;
}
.custom-content .other-group {
    padding: .4rem .45rem .3rem .4rem;
    margin-bottom: .55rem;
    border-radius: .15rem;
    background-color: #fff;
}
.custom-content .mui-input-group .mui-input-row {
    position: relative;
    height: auto;
    margin-bottom: .1rem;
}
.custom-content .mui-input-group .mui-input-row:after {
    display: none;
}
.custom-content .mui-input-row label {
    display: block;
    font-size: .24rem;
    line-height: .56rem;
    color: #000000;
    float: none;
    width: 100%;
    padding: 0;
}
.custom-content .mui-input-row label~input, 
.custom-content .mui-input-row label~select, 
.custom-content .mui-input-row label~textarea {
    float: none;
    width: 100%;
    height: .8rem;
    padding: 0 .25rem;
    font-size: .24rem;
    line-height: .8rem;
    color: #bbbaba;
    border: 1px solid #7280ea;
    border-radius: .1rem;
}
.custom-content .mui-code-row {
    padding-right: 1.85rem;
}
.custom-content .code-input {

}
.custom-content .code {
    position: absolute;
    right: .1rem;
    bottom: .12rem;
    width: 1.65rem;
    height: .56rem;
    font-size: .24rem;
    line-height: .56rem;
    color: #fff;
    text-align: center;
    background-color: #6978e9;
    border-radius: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-content .mui-input-row .mui-input-clear~.mui-icon-clear,
.custom-content .mui-input-row .mui-input-password~.mui-icon-eye {
    font-size: 0.3rem;
    top: inherit;
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
}
.custom-content .mui-code-row .mui-input-clear~.mui-icon-clear {
    right: 1.95rem;
}
.custom-content .other-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-content .other-row a {
    font-size: .24rem;
	line-height: .7rem;
	color: #8b8888;
}
.custom-content .mui-button-row {
    height: auto;
    padding-top: 0;
}
.custom-content .mui-button-row .mui-btn {
    width: 89.33333333333333%;
    height: .86rem;
    margin: 0 auto;
    padding: 0;
    font-size: .34rem;
    line-height: .86rem;
    color: #ffffff;
    background-color: #6978e9;
    border-radius: .1rem;
}
.register-btn {
    position: fixed;
    left: 50%;
    bottom: .38rem;
    padding: 0 .15rem .3rem;
    font-size: .28rem;
    line-height: .4rem;
    color: #262626;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/register_icon.png) no-repeat center bottom;
    background-size: .41rem .21rem;

}
@media (max-width: 375px){
    .custom-content .mui-input-group {
        padding: 0 .4rem;
    }
    .custom-content .mui-input-row label {
        font-size: 14px;
        line-height: 30px;
    }
    .custom-content .mui-input-row label~input, 
    .custom-content .mui-input-row label~select, 
    .custom-content .mui-input-row label~textarea {
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }

    .custom-content .mui-input-row .mui-input-clear~.mui-icon-clear,
    .custom-content .mui-input-row .mui-input-password~.mui-icon-eye {
        font-size: 18px;
        top: inherit;
        bottom: 10px;
        right: 0.2rem;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .custom-content .mui-code-row .mui-input-clear~.mui-icon-clear {
        right: 120px;
    }
    .custom-content .mui-code-row {
        padding-right: 114px;
    }
    .custom-content .code {
        right: 7px;
        bottom: 7px;
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .custom-content .other-row a {
        font-size: 14px;
        line-height: 36px;
    }
    .custom-content .mui-button-row .mui-btn {
        height: 48px;
        font-size: 20px;
        line-height: 48px;
    }
    .register-btn {
        padding: 0 .15rem 14px;
        font-size: 16px;
        line-height: 24px;
        background-size: 20px 10px;
    }
}

