/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  color: #FFFFFF;
}

.row {
  padding: 5px 0;
}

.input-style {
  background: none;
  color: #FFFFFF !important;
}

.input-style:focus {
  background: none;  
  border: 1px solid #ccc;
}

.input-style option {
    color: #000000;
}