form {
  margin: 20px auto;
  max-width: 550px;
}

input,
textarea {
  margin-bottom: 10px;
}

h1 {
  margin-top: 50px;
}

textarea {
  height: 150px !important;
}

input[type="submit"] {
  width: 100px;
  text-align: center;
}

.input-group:nth-of-type(4) span {
  vertical-align: top;
}

button i {
  padding-right: 10px;
}

.alert {
  max-height: 50px !important;
  margin-bottom: 10px !important;
}


.astric {
  position: absolute;
  color: red;
  font-size: 23px;
  right: 8px;
  z-index: 5;
  top: 4px;

}

.custom-alert-user, .custom-alert-message, .custom-alert-mail{
  display: none;
  margin-top: -10px;
  padding: 7px 24px;
  margin-bottom: 18px !important;
}