html {
  background: url("../images/background/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover; }

body {
  background-color: transparent; }

html, body {
  font-family: "Open-sans", sans-serif;
  font-size: 14px; }

.red {
  color: red; }

.main-container {
  margin-top: 3rem; }

.primary-text {
  color: #585858; }

.under-logo-text {
  width: 441px;
  display: block;
  text-align: left;
  margin: auto;
  font-size: 2rem; }

.landing-form {
  border: .5rem solid white; }
  .landing-form .form-control {
    border: 2px solid lightgray;
    border-radius: 1rem; }
  .landing-form select.form-control {
    -webkit-appearance: none;
    background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 98% 0;
    background-color: white; }
  .landing-form .title {
    color: #585858;
    font-size: 2rem;
    text-align: center; }
  .landing-form label {
    text-indent: 2rem; }
  .landing-form .send-button {
    background-color: #80ad52;
    color: white;
    text-transform: uppercase;
    border-radius: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem; }

footer {
  position: fixed;
  bottom: 0;
  background-color: #80ad52;
  color: white;
  text-align: center;
  padding: 1rem 0; }

/*# sourceMappingURL=mycsa.css.map */
