/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2020 | 19:16:36 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body {
  margin: 0;
}

p a {
  color: #f06261;
}

.nav-quiz a {
  background-color: #f06261;
  padding: 10px 20px !important;
  border-radius: 6px;
  color: #fff !important;
  margin: 0 20px;
}

.nav-quiz a:hover {
  background-color: #f59998;
}

section {
  padding: 0;
}

.fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
  width: 100% !important;
}

#fluentform_1, #fluentform_2 {
  font-size: 16px;
  color: #222222;
  font-family: "Avenir", Sans-serif;
}

.fluentform .ff-el-group {
    margin-bottom: 1em !important;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after { 
	color: #F06261;
}

#fluentform_1 button, #fluentform_2 button {
  width: 100%;
  padding: 16px 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  font-family: "Avenir", Sans-serif;
}

#fluentform_2 button {
    background-color: #f06261;
}

#fluentform_2 button:hover, #fluentform_2 button:active {
    background-color: #F59998;
}

.fluentform .ff-el-form-left .ff-el-input--label, .fluentform .ff-el-form-right .ff-el-input--label {
  padding: 0 !important;
}

.ff-message-success {
    padding: 0 !important;
    margin-top: 0 !important;
    position: inherit !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 45px;
    font-size: 18px;
    text-align: center;
}









