body.login{
	
	background:url(../images/roseryLogin/backgroundImg.png) repeat center / cover; 
	background-size:100%;
	
	}
 
 
 .parent {
    max-width:1920px;
	 min-height:700px;
	 max-height:1080px;
  	
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child {
 	
	 width:40%; 
	 height:40%;
   	 min-width: 750px;
   	 height: 500px;
	line-height: 20px;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
  }
  
  .left{
	 border-top-left-radius: 24px;
	 border-bottom-left-radius: 24px;
  	 width:300px;
  	 float:left;
  	 height: 500px;
  	 background:#dcf8fb url(../images/roseryLogin/loginleft.png) ; background-size:100%;   
  }
  
  .logoImg{
  	margin-top:1800px;
  }
  .textImg{
  	margin-top:330px;
  }
  
  .right{
    border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
   
  	margin-left:280px;  
  	height: 500px;
  	padding:5% 12%;
  	  
  }
  
  .loginText{  
  	line-height: 15px;
	color: rgba(229, 10, 106, 1);
	font-size: 25px;
	text-align: left;
	font-family: PingFangSC-regular;
  }
  

 .login-item{margin-bottom:20px; height:35px; position:relative; background-color:#fff;border-radius:4px;}
.login-error{margin-bottom:15px; padding-left:62px; color:#ff4107;} 
.login-btn button.log{width:310px; height:40px; background:#e50a6a; color:#fff;border:none;border-radius:4px;position: relative;}
 
.ipt {height:35px; line-height:35px; width:310px;  display:block;border:none;  border-bottom: 1px solid rgba(187, 187, 187, 1) ;}


.log:hover {
 
  cursor: pointer;
}