
.myRow{
	display:flex;
 }
 #otpbtn{
	height: 42px;
  width: 37%;
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
 }
 .signUpBtn{
	display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
 }

 .myImg{
  height: 110px;
  width: 110px;
 }