#contactIcons {
  color: rgb(82,133,193);
  font-size: xx-large;
}

#contactInfo {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.3em;
  color: rgb(82,133,193);
}

#legendInfo {
  padding-left: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: 'Actor';
  color: rgb(82,133,193);
}

.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}

.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

label {
  color: rgb(82,133,193);
}

h1 {
  margin-bottom: 40px;
}

body, .form-control {
  font-family: 'Lato', sans-serif;
}

#message, #info {
  border: 1px solid rgb(225,219,219);
  border-radius: 3px;
}

@media (min-width: 301px) {
  #message, #info {
    padding: 10px;
    margin: 10px;
  }
}

#contactSection {
  margin-top: 15px;
}

#tableInfo {
  padding-top: 30px;
}

::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: .8em;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: .8em;
}

.form-control, .form-label {
  font-family: 'Open Sans';
  font-size: 1.3em;
  color: rgb(82,133,193);
  border-radius: 4px;
}

.btnContactSend {
  background-color: rgb(82,133,193);
  border: none;
  border-radius: 4px;
  color: white;
  border-style: none;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}

.btnContactSend:hover {
  background-color: rgb(94,159,207);
  transition-duration: 0.4s;
}

.alert-success {
  background-color: rgb(47,142,183);
  border-radius: 4px;
  border: none;
}

button.close {
  color: white;
}

button:hover.close {
  color: rgb(21,89,89);
  background-color: white;
  border-color: rgb(95,184,136);
  border-radius: 3px;
}

@media (max-width: 300px) {
  #message, #info {
    padding-left: 5px;
    margin-left: 5px;
  }
}

#form_message {
  width: 100%;
}

.g-recaptcha {
  padding-left: 10px;
}

#capcha-error {
  padding-left: 15px;
}

