@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
/* css class for the registration form generated errors */
/*basic reset*/
* {margin: 0; padding: 0;}

html {
  height: 100%;
  /*Image only BG fallback*/
  
  /*background = gradient + image pattern combo*/
  background: 
    linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
}

.profilepress-reg-status {
  border-radius: 6px;
  font-size: 17px;
  line-height: 1.471;
  padding: 10px 19px;
  background-color: #e74c3c;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 5px 0;
}
/*form styles*/
form{background-color: #fff; padding: 20px; text-align: left !important; font-size: 12px; letter-spacing: 1px; border-radius: 25px;}
form p{text-transform: uppercase; font-weight: bold;}
form .note{font-style: italic; color: #bbb;}
.tnc{display: inline-block !important;}
#msform {

  margin: 50px 0px 0px 0px;
  text-align: center;
  position: relative;
}
#msform fieldset {
  width: 100%;
  margin: 0;
  
  /*stacking fieldsets above each other*/
  position: relative;
}
/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/

#msform input[type=text], #msform textarea{
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/

#msform .action-button {
  width: 180px;
  background: #dea609;
  color: white;
  cursor: pointer;
  padding: 15px 5px;
  margin: 50px 0px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 2px 1px 5px #333;
  float: right;
}
#msform .previous-button{float: left; color: #dea609;; font-size: 12px; font-weight: bold; text-transform: uppercase; background: none; width: auto; border: none; margin-top: 50px;}
/*headings*/

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/

#progressbar {
  overflow: hidden;
  /*CSS counters to number the steps*/
  
  counter-reset: step;
}
ul{
  margin:auto; text-align: center;
}
#progressbar li {
 list-style-type: none;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    width: 10%;
    float: left;
    position: relative;
    min-height: 50px;
    margin-top: 30px;
    padding: 10px 15px;
    margin: 0px 30px 30px 30px;
    left: 35%;
    color: #01275b;
    border: 2px solid #01275b;
    border-radius: 50px;
}

#progressbar li:before {

  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 15px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
      border-radius: 50px;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/

#progressbar li.active{
    color: #01275b;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #dea609;

}
@media (max-width:1000px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 15px 20px 15px;
  left: 35%;
}
form{
 padding: 20px; width: auto;
}
  }
  @media (max-width:767px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 15px 20px 15px;
  left: 17%;
}

  }
    @media (max-width:560px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 15px 20px 15px;
  left: 15%;
}
#msform .action-button {
    margin: 30px 0px;}

  }
  @media (max-width:518px){

  }

      @media (max-width:480px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 15px 20px 15px;
  left: 20%;
}

  }
        
        @media (max-width:380px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 15px 20px 15px;
  left: 16%;
}
}

@media (max-width:365px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 5px 20px 5px;
  left: 23%;
}

@media (max-width:335px){
#progressbar li {
  width: auto;
  padding: 10px 15px;
  margin: 0px 5px 20px 5px;
  left: 20%;
}

  }