html,body{
    margin:0px;
    height:100%;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	
	background-size:cover;
	overflow:hidden;
}
.main-login{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background:linear-gradient(to left,#14cfd6,#4993e4);
	position:absolute; top:20%;bottom: 20%;
	border:1px solid #ddd;
}

.img2{	
	margin-left:25%;
	margin-right:auto;		            
    position: relative;
    top: 50%; /*偏移*/
    transform: translateY(-50%);
}

.be-content{
	margin-left:55%;
	margin-right:auto;		            
    position: absolute;
    top: 50%; /*偏移*/
    transform: translateY(-50%);
	z-index: 999;
    max-width: 410px;
   
    background-color: #ffffff;
    box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.04);
    border-width: 0;
    border-top-width: 0px;
    border-radius: 3px;
}
.br-content{
    width: 260px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.bootint{
    width: 260px
}

.ioc_text span{
    display: block;
    font-size: 13px;
    margin-top: 11px;
}
.ioc_text img{
    width: 106px;
    height: 28px;
}
.br-text{
    font-size: 12px;
    padding-top: 10px;
}
.btn{
    width: 260px;
    height: 38px;
    color: white;
    background:linear-gradient(to left,#14cfd6,#4993e4);
    border-radius: 38px;
    border:0px ;
}
.be-con{
    width: 190px;
    height: 14px;
    font-size: 11px;
    margin: 50px auto;
    padding-bottom: 50px;
}