.UIOTP .loginOTP{
	margin:auto;
	width: 500px;
	margin-bottom: 20px;
}

.UIOTP .loginOTP .login span{
	text-align:center;
}

.UIOTP .loginOTP  .otp span{
	text-align:center;
}

.UIOTP h5{
	display:none;
}
.UIOTP .FormView1{border: 1px solid #ccc;padding: 10px;margin-bottom: 10px !important;width: 800px;/* margin-left: 109px; */margin: auto;}
.UIOTP .FormView1 label{
	width: 390px;
	background-color: #d1e4f5;
	height: 33px;
	justify-content: center;
	padding-left: 10px;
	padding-top: 5px;
}

.UIOTP .FormView1 span{
	display: inline-block;
	width: 400px;
	font-weight: bold;
	height: 33px;
	background-color: #e8d41c2b;
	border: 1px solid #ffffff;
	padding-left: 15px;
	/* margin-left: 17px; */
	padding-top: 5px;
}
.UIOTP tr:nth-child(2) {
  display: none;
}
.UIOTP .cssbtn{
	color: white;
	margin-left: 45%;
}

.UIOTP .otp .cssbtn{
	color:white;
	margin-left: 0%;
}
.UIOTP .login .cssbtn{
	color: white;
	margin-left: 0%;
	width: 106px;
}

@media only screen and (max-width: 768px) {
	.UIOTP .loginOTP {
    margin: auto;
    margin-left: 0;
    width: 430px;
    margin-bottom: 20px;
}
}