@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
#fb-render label, .stage-wrap label{
  margin: 5px 0 15px;
  display: inline;
  font-size: 13px;
  font-weight: 400;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
#fb-render input[type="text"],
#fb-render input[type="email"],
#fb-render input[type="tel"],
#fb-render input[type="url"],
#fb-render textarea,
#fb-render button[type="submit"], 
.stage-wrap input[type="text"],
.stage-wrap input[type="email"],
.stage-wrap input[type="tel"],
.stage-wrap input[type="url"],
.stage-wrap textarea,
.stage-wrap button[type="submit"]{
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#fb-render input[type="text"],
#fb-render input[type="email"],
#fb-render input[type="tel"],
#fb-render input[type="url"],
#fb-render textarea,
.stage-wrap input[type="text"],
.stage-wrap input[type="email"],
.stage-wrap input[type="tel"],
.stage-wrap input[type="url"],
.stage-wrap textarea {
  width: 100% !important;
  border: 1px solid #ccc !important;
  background: #FFF !important;
  margin: 0 0 5px !important;
  padding: 10px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 40px !important;
}

#fb-render input[type="text"]:hover,
#fb-render input[type="email"]:hover,
#fb-render input[type="tel"]:hover,
#fb-render input[type="url"]:hover,
#fb-render textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#fb-render textarea {
  height: 100px !important;
  max-width: 100%;
}

#fb-render button[type="submit"], .stage-wrap button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background-color: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 0 !important;
}

#fb-render button[type="submit"]:hover, .stage-wrap button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#fb-render button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#fb-render input:focus,
#fb-render textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

#fb-render .btn-primary, .stage-wrap .btn-primary {
  color: #fff !important;
  background-color: #337ab7 !important;
}
#fb-render .btn-primary:hover, .stage-wrap .btn-primary:hover {
  background-color: #286090 !important;
}
#fb-render .btn-success, .stage-wrap .btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}
#fb-render .btn-success:hover, .stage-wrap .btn-success:hover {
  color: #fff;
  background-color: #449d44 !important;
}

#fb-render .btn-info, .stage-wrap .btn-info{
  color: #fff !important;
  background-color: #5bc0de !important;
}

#fb-render .btn-info:hover, .stage-wrap .btn-info:hover{
  color: #fff !important;
  background-color: #31b0d5 !important;
}

#fb-render .btn-warning, .stage-wrap .btn-warning{
  color: #fff !important;
  background-color: #f0ad4e !important;
}

#fb-render .btn-warning:hover, .stage-wrap .btn-warning:hover{
  color: #fff !important;
  background-color: #ec971f !important;
}

#fb-render .btn-danger, .stage-wrap .btn-danger{
  color: #fff !important;
  background-color: #d9534f !important;
}

#fb-render .btn-danger:hover, .stage-wrap .btn-danger:hover{
  color: #fff !important;
  background-color: #c9302c !important;
}