/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.fa
{
  border-radius: 0 !important;
}
/* Style the form icons */
.cell_icon {
  padding: 10px;
  background: #555;
  color: white;
  min-width: 50px;
  text-align: center;
  border-radius: 0;
  font-size: 30px !important;
}

/* Style the input fields */
.cell-input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.cell-input-field:focus {
  border: 2px solid #555;
}

/* Set a style for the submit button */
.btncell {
  margin-top: 20px;
  background-color: #555;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btncell:hover {
  opacity: 1;
}
.celltitle
{
  text-align: center;
  padding: 20px;
}
#registermobilemain
{
  padding: 20px;
}
#successcell,#successverify
{
  padding: 20px;
  color:red;
}
.otpverification
{
  display: block;
}
#signup
{
  margin-left: 18px;
  padding:18px;
  width: 100%;
  color: red;
}
#signup a
{
  padding:6px;
  font-weight: bold;
}