

.wrapper{
	height:100px;
}
h1{
	margin-bottom:40px;
}




.oo10{
	/* color:red; */
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:100vh;
}
.oo10 .container{
	width:500px;
}
.oo10 button{
	margin-top:20px;
}
.oo10 .invalid-feedback a{
	color:red;
}


.oo11 > .ob{
	//margin-top:100px;
}
.oo11 .ob1{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: center;
	//justify-content: space-between;
	align-items:flex-start;
	gap: 5px;
	flex-grow: 1;
	//flex-shrink: 1;
	flex-wrap: wrap;
}
.oo11 .col a{
	
	width:50px;
}