/* Modal forms */

#dogModal input[type=text] {
  width: 100%;
}

#catModal input[type=text] {
  width: 100%;
}

/* Furkid Protect Banner */

.furkid-protect-container {
  background: #171717;
  overflow: visible;
  padding: 0;
  position: relative;
  z-index: 1;
  display: block;
  height: 495px;
 }

.furkid-protect-banner {
  width: 100%;
  height: 100%;
  visibility: inherit;
  opacity: 1;
  background-image: url('/app_themes/happytails/img/furkid-gradient.png');
  background-color: rgba(0, 0, 0, 0);
  background-position: 0% 0%;
  background-repeat: repeat-x;
}

#furkid-offer {
  padding: 150px 0px 0px 140px;
  width: 500px;
  line-height: 50px;
}

#furkid-modal {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.f-button-list {
  list-style-type: none;
  padding: 0;
  line-height: 50px;
}

.f-button-list li {
  line-height: 50px;
}

.f-button-item {
  background-color: #4F4D53;
  padding: 10px 30px;
}

.furkid-button{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.5vw;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.f-button-yellow {
  margin: 5px 5px;
  padding: 10px 50px;
  float: left;
  background-color: #EFAB00;
  position: absolute;
}

.f-button-grey {
  margin: 50px 5px;
  padding: 10px 50px;
  position: absolute;
  background-color: #4F4D53;
}

a.furkid-button:hover{
  text-decoration: none;
  color: #000;
}

a.furkid-button:active{
  text-decoration: none;
  color: #000;
}

a.furkid-button:visited{
  text-decoration: none;
}
