/*------ formright css -------*/
.form12f {
  margin-top:50px;
  margin: auto;
  text-align: center;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  /* width: 400px; */
  /*height: 100%;*/
  padding: 20px 10px;
  max-width: 100%;
  border-radius: 0px;
  font-size: small;
  margin-top:-22px;
}
.div12f {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 5px;
}

input[type="submit"] {
  margin: 10px auto;
  width:115px;
  padding: 10px 15px;
  background-color: rgb(0, 195, 255);
  border: none;
  font-size:16px;
  border-radius:4px;
}
input[type="submit"]:hover {
  cursor: pointer;
  background-color: white;
  color: rgb(0, 195, 255);
}

.div12f input {
  padding: 12px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom:15px !important;
  background:#fff !important;
}





  