.imgcodep,.smscodep{
	position: relative;
    background: white;
    overflow:hidden;
}
.imgcodepinput,.smscodepinput,.mobilecodepinput{
	right: 120px;
    position: relative;
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    text-align: right!important;
    padding-left: 110px;
    transition: all .4s;
    font-size: 14px!important;
    color: #333;
 	margin-bottom: 0px!important;
}
.mobilecodepinput{
	right: unset!important;
}
.imgcodepspan{
	width: unset!important;
    float: unset!important;
    right: 0px!important;
    position: absolute;
    height: 40px;
    line-height: 40px;
    margin: unset!important;
}
.imgcodepspanimg{
	margin-top: 7px;
}
.smscodebotton{
	position: absolute;
	top: 50%;right: 0px;
	transform: translate(0, -50%);
}
.codep1{
	text-align:left;
}
.dialogwithsmscodemsgdiv{
	color: red;
    margin-bottom: 10px;
    font-size: 13px;
}
.dialogwithsmscodeh5{
	max-height:200px;
	overflow-y:scroll;
	word-wrap:break-word;
	color:#333;
	text-align:center;
}