#stays-form input[type="text"],
#stays-form select {
   border-width: 2px;
   background-color: #fff;
}

#stays-form label {
   font-weight: bold;
   line-height: 200%;
   text-transform: uppercase;
}

#stays-form .button {
  height: 45px;
  line-height: 100%;
}

#stays-form .button[type="submit"] {
  margin-top: 30px;
}

.button--disabled,
.button--disabled:hover {
  color: #fff;
  background-color: #ddd ;
  border: 0;
}

#small-message-box {
  display: none;
}

#stays-form .fx-cols--4>a, 
#stays-form .fx-cols--4>div {
   margin-bottom: 15px;
} 

@media screen and (max-width: 1024px) {
      #stays-form .button[type="submit"] {
           margin-top: 25px;
          height: 39px;
      }
}

@media screen and (max-width: 767px) {

  #stays-form .fx-cols--5 div {
      margin-bottom: 5px;
  }

   #stays-form .fx-cols--5 div:nth-child(even) {
       padding-left: 10px;
   }

   #stays-form .fx-cols--5 div:last-child {
       width:100%;
   }

    #stays-form .button[type="submit"] {
         margin: 5px auto 0;
    }

   #wide-message-box {
      display: none; 
   }

   #small-message-box {
     margin-top: 10px !important;
     display: block;
   }
}
/* Generate 0.000656 second */