h1 {
  font-size: 8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1.1;
  padding: 20px 10px 40px 10px;
  text-transform: uppercase;
}

.logo-img {
  max-width: 55%;
  height: auto;
  margin: 10rem 5rem 5rem 5rem;
}

.form-control {
  border: 1px solid #FF69B4;
}

h2 {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  color: #2596be;
}

p {
  color: 	#FF69B4;
}

label {
  font-size: 14px;
  color: #0d75ac;
}

.control-label {
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 400px) {
  h1 {
    font-size: 60px;
  }

  p {
    font-size: 12px;
  }

  label {
    font-size: 12px !important;
  }
}

p, label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


hr{
  border: 1px solid #333;
}


.btn-lg {
  color: white !important;
  background-color: #2596be !important;
  border: none !important;
  border-radius: 1rem !important;
  background-image: none !important;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em !important;
  font-weight: 500 !important;
}

.btn, .btn-primary {
  color: #2596be;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-image: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1em;
}


.col-centered{
    float: none;
    margin: 0 auto;
}




body{
  background-color: transparent;
  font-family: 'Poppins', sans-serif;
}

.jf-form{
  margin-top: 28px;
}

.jf-form > form{
  margin-bottom: 32px;
}

.jf-option-box{
  display: none;
  margin-left: 8px;
}

.jf-hide{
  display: none;
}

.jf-disabled {
    background-color: #eeeeee;
    opacity: 0.6;
    pointer-events: none;
}

/*
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 0px;
}

div.form-group{
  padding: 8px 8px 4px 8px;
}

.mainDescription{
  margin-bottom: 10px;
}

p.description{
  margin:0px;
}

.responsive img{
  width: 100%;
}

p.error, p.validation-error{
  padding: 5px;
}

p.error{
  margin-top: 10px;
  color:#a94442;
}

p.server-error{
  font-weight: bold;
}

div.thumbnail{
  position: relative;
  text-align: center;
}

div.thumbnail.selected p{
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled]{
  background: transparent;
  opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
  display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
  display: inline-block;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
  display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
  display: inline-flex;
  width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
  display: inline-flex;
  width: 30%;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
