body{
	align-items: center;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 20px;
    width: 100%;
}
.wrapper{
	
height: 282px;
width: 700px;
margin: 0 auto;
margin-top: 60px;
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
	
}
.left
{
	border-right: 1px solid #ddd;
    float: left;
    height: 292px;
    width: 60%;
	
	
}
.uddi_img{
	width:300px;
	height:120px;
	position: fixed;
    top: 70px;
    left: 250px;
	}
.log_txt {
	
	}	
.right
{
	height: 298px;
	width: 40%;
	float: left;
}
.fomu{
	width: 220px !important;
	margin: 0 auto;
}
.fomu-btn{
	margin-left: 25px;
	width: 220px;
}

/*sumon CSS Style*/
.text-center{color:#0ea09b;font-weight:bold;}

