
.otpbtn {background-image: linear-gradient(
#00b8a9, 
#00b8a9);
    width: 105px;
    padding: 25px 0px;
    margin-left: -10px;
    margin-top: -1px;
    border-radius: 0px;
}





  .btn { 
        color: white;
   
    
    background-image: linear-gradient(
#707070, 
#707070);
   
}
 
/* Create two equal columns that floats next to each other */
.column1 {
    padding-left: 15px;
    padding-right: 15px;
    width: 40%, 35%, 25%;
    float: left;
   /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row1:after {
  content: "";
  display: table;
  clear: both;
}
.right{
    float:right;
}
    .textbox {
     box-shadow: 0px 0px;
  height: auto;
  width: 300;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 400;
  margin: 0px 0;
  cursor: pointer;
  transition: all 0.4s ease;
}

.i { font-size: 25px; margin-top: 1px; color:#841DA8;} 

