html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body{
	background: #000;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}
.mui-input-group:before{

	height:0px

}

.mui-input-group:after{

	height: 0px;

}
.logo{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	margin-top:0px;
	top: 10%;
	width: 88.3px;
    height: 88.3px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(to right, #b18e51 , #dcbb7b); 
    text-align: center;
    z-index: 99;
}
.img{
	width: 65%;
    height: 65%;
    margin-top: 17px;
}

.form{position:absolute;
	top: 25%;
	left:0px;
	right:0px;
	z-index:99;
	padding: 0 30px;
    width: 88%;
    height: 230px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 0 transparent;
}

.formdiv{
	padding: 12px 10px;
	width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(218, 185, 121, 0.17);}

.formimg{
	 width: 10%;
}

.forminput{width: calc(100% - 40px) !important;
    float: right;
    border: none;
    background: none;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    outline: none;}

.formdiv2{width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(218, 185, 121, 0.17);}

.formimg2{
    width: 10%;
}

.forminput2{width: calc(100% - 40px) !important;
    float: right;
    border: none;
    background: none;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    outline: none;
}

.formdiv3{position:absolute;right:1px;font-size:0.8em;font-family:'微软雅黑';color: #929292;}

.login{line-height:2em;font-size:0.9em;width:80%;font-family:'微软雅黑';border-radius:30px;border:0px solid;color:#000;background: linear-gradient(to right, #b18e51 , #dcbb7b);
    box-shadow: 0 0 10px rgba(220,187,123,0.5);}

.reg{

	position:absolute;

	left:28%;

	font-family:'微软雅黑';

	color:linear-gradient(45deg,BLUE,purple);

}