h1,h2,h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  color: #ff3493
}

h1{
  font-size: 75px
}

h3{
  font-size: 20px;
  color: #fd3097
}

.volerr-btn{

    text-align: right;
    margin-top: 20px;

}
.volerr-btn a{

    color: white;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 6px 5px;
    border-bottom: solid thin;
    border-top: solid thin;

}

header{
  background: black;
  padding: 30px
}

section{
  font-family: 'Roboto', sans-serif;
  padding: 40px
}

section form input[type=text],
section form input[type=email]{
background: #f7f7f9;
border: none;
color: #898989 !important;
margin-bottom: 1rem
}
section form input[type=text]:focus,
section form input[type=email]:focus {
    color: #dcdcde;;
    background: #f7f7f9;
    border-color: #fd3097;
    box-shadow: 0 0 0 0.2rem rgba(253, 48, 151, 0.25);
}


section form input[type=submit]{
background: #fd3097;
border-radius: 20px;
color: #FFF !important;
border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
padding: 25px 30px;
}
section form input[type=submit]:hover{
background: rgba(253, 48, 151, 0.63);
}

.ui-widget.ui-widget-content {
    border:none
}
.form-control.ui-spinner-input{
  margin: 0
}

section form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcde !important;
  opacity: 1; /* Firefox */
}

section form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #dcdcde  !important;
}

section form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #dcdcde  !important;
}


section form label{
    color:#898989;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    font-weight: 500;
}

section form label small{
display: table;
font-size: 12px;
}

section form label span{
  color: #fd3097
}

section form p{
    color:#898989;
      font-family: 'Roboto', sans-serif;
      text-align: center
}

.pink-text .row{
  background: #f7f7f9;
  color: #fd3097;
  margin: 0 0 1rem;
}

.pink-text .row input{
  margin:0;
}

.ui-state-error.ui-corner-all.error{
  position: relative;
}

.the-packs  label small{
line-height: 1.1
}
@media (max-width:768px){

  h1{
    font-size: 55px
  }
}
