.form__control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.form__control input {
  padding: .5rem;
  font-size: 1.2rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form__control button {
  background-color: #4CAF50;
  color: white;
  padding: .5rem 1rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.form__control button:hover {
  background-color: #3e8e41;
}

.jccp-error-message {
  color: red;
  font-size: 1.2rem;
  margin-top: 1rem;
}




/* Styling for the button */
#checkimei button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 1.2em;
}

#checkimei button:hover {
    background-color: #45a049;
}
