.alt-form input[type="color"],
.alt-form input[type="date"],
.alt-form input[type="datetime-local"],
.alt-form input[type="datetime"],
.alt-form input[type="email"],
.alt-form input[type="month"],
.alt-form input[type="number"],
.alt-form input[type="password"],
.alt-form input[type="search"],
.alt-form input[type="tel"],
.alt-form input[type="text"],
.alt-form input[type="time"],
.alt-form input[type="url"],
.alt-form input[type="week"],
.alt-form select,
.alt-form textarea {
  width: 60%;
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alt-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alt-form input[type="color"] {
  padding: 0.2em 0.5em;
}
.alt-form input[type="color"]:focus,
.alt-form input[type="date"]:focus,
.alt-form input[type="datetime-local"]:focus,
.alt-form input[type="datetime"]:focus,
.alt-form input[type="email"]:focus,
.alt-form input[type="month"]:focus,
.alt-form input[type="number"]:focus,
.alt-form input[type="password"]:focus,
.alt-form input[type="search"]:focus,
.alt-form input[type="tel"]:focus,
.alt-form input[type="text"]:focus,
.alt-form input[type="time"]:focus,
.alt-form input[type="url"]:focus,
.alt-form input[type="week"]:focus,
.alt-form select:focus,
.alt-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.alt-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea;
}
.alt-form input[type="checkbox"]:focus,
.alt-form input[type="file"]:focus,
.alt-form input[type="radio"]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}
.alt-form .alt-checkbox,
.alt-form .alt-radio {
  margin: 0.5em 0;
  display: block;
}
.alt-form input[type="color"][disabled],
.alt-form input[type="date"][disabled],
.alt-form input[type="datetime-local"][disabled],
.alt-form input[type="datetime"][disabled],
.alt-form input[type="email"][disabled],
.alt-form input[type="month"][disabled],
.alt-form input[type="number"][disabled],
.alt-form input[type="password"][disabled],
.alt-form input[type="search"][disabled],
.alt-form input[type="tel"][disabled],
.alt-form input[type="text"][disabled],
.alt-form input[type="time"][disabled],
.alt-form input[type="url"][disabled],
.alt-form input[type="week"][disabled],
.alt-form select[disabled],
.alt-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.alt-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.alt-form input[readonly],
.alt-form select[readonly],
.alt-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}
.alt-form input:focus:invalid,
.alt-form select:focus:invalid,
.alt-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.alt-form input[type="checkbox"]:focus:invalid:focus,
.alt-form input[type="file"]:focus:invalid:focus,
.alt-form input[type="radio"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.alt-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.alt-form select[multiple] {
  height: auto;
}
.alt-form label {
  margin: 0.5em 0 0.2em;
}
.alt-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.alt-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.alt-form-stacked input[type="color"],
.alt-form-stacked input[type="date"],
.alt-form-stacked input[type="datetime-local"],
.alt-form-stacked input[type="datetime"],
.alt-form-stacked input[type="email"],
.alt-form-stacked input[type="file"],
.alt-form-stacked input[type="month"],
.alt-form-stacked input[type="number"],
.alt-form-stacked input[type="password"],
.alt-form-stacked input[type="search"],
.alt-form-stacked input[type="tel"],
.alt-form-stacked input[type="text"],
.alt-form-stacked input[type="time"],
.alt-form-stacked input[type="url"],
.alt-form-stacked input[type="week"],
.alt-form-stacked label,
.alt-form-stacked select,
.alt-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.alt-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.alt-form-aligned .alt-help-inline,
.alt-form-aligned input,
.alt-form-aligned select,
.alt-form-aligned textarea,
.alt-form-message-inline {
  display: inline-block;
  vertical-align: middle;
}
.alt-form-aligned textarea {
  vertical-align: top;
}
.alt-form-aligned .alt-control-group {
  margin-bottom: 0.5em;
  float: left;
  width: 100%;
}
.alt-form-aligned .alt-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  /*width: 10em;*/
  margin: 0 1em 0 0;
}
.alt-form-aligned .alt-controls {
  margin: 1.5em 0 0 11em;
}
.alt-form .alt-input-rounded,
.alt-form input.alt-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.alt-form .alt-group fieldset {
  margin-bottom: 10px;
}
.alt-form .alt-group input,
.alt-form .alt-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.alt-form .alt-group input:focus,
.alt-form .alt-group textarea:focus {
  z-index: 3;
}
.alt-form .alt-group input:first-child,
.alt-form .alt-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.alt-form .alt-group input:first-child:last-child,
.alt-form .alt-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.alt-form .alt-group input:last-child,
.alt-form .alt-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.alt-form .alt-group button {
  margin: 0.35em 0;
}
.alt-form .alt-input-1 {
  width: 100%;
}
.alt-form .alt-input-3-4 {
  width: 75%;
}
.alt-form .alt-input-2-3 {
  width: 66%;
}
.alt-form .alt-input-1-2 {
  width: 50%;
}
.alt-form .alt-input-1-3 {
  width: 33%;
}
.alt-form .alt-input-1-4 {
  width: 25%;
}
.alt-form .alt-help-inline,
.alt-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.alt-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

/* Modified */

#alt-logo-container{
  width: 60%;
  float: left;
}
#alt-logo-container img{
  max-height: 150px;
}
.alt-form-aligned .alt-control-group label {
    width: 20%;
}
  
  
.alt-form select {
    height: 46px;
  }
  
.alt-form-title{
  text-align: center;
  width: 99%;
  background: white;
  padding: 10px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
} 
.alt-form-title h4{
  font-size: 22px;
  color: #000000;
  margin: 0;
  padding: 10px;
}
.alt-form-title h5{
  font-size: 18px;
  color: #000000;
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.alt-form-container{
  width: 99%;
  background: white;
  padding: 20px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}