*{margin:0px; padding:0px;}
body{font-family: 'Raleway', sans-serif;}


#form_start .col-md-5.col-sm-5.col-xs-12 {
    background: #000 !important;
    height: 100vh;
    display: table;
}
.sm_des {
    vertical-align: middle;
    align-items: center;
    display: table-cell;
}
.side_bar_left.sm_des{
    padding: 0px 60px; 
}
.side_bar_right.sm_des{
    padding: 0px 30px; 
}
.side_bar_left.sm_des h1 {
    color: #fff;
}
.side_bar_left.sm_des p {
    color: #fff;
}
#form_start .col-md-7.col-sm-7.col-xs-12 {
    height: 100vh;
    display: table;
}
.btn-black {
    background-color: #000 !important;
    color: #fff;
}
.btn-black:hover {
    color: #fff;
}
.login-form {
    width: 50%;
}

/*Form-Wizard*/
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #FF8000;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
div#regForm {
    background: #f1f1f1 !important;
    height: 100vh;
    width: 100%;
    float: left;
    clear: both;
    overflow: auto;
}
div#regForm form {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    box-shadow: 0px 2px 3px #ddd;
}
form#regForm h1 {
    text-align: center;
    font-weight: 700;
    color: #CC4200;
}

div#regForm h1, h2, h3, h4, h5, h6 {
    color: #CC4200;
    font-weight: 700;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px dotted #000;
}
.fm_des {
    background: #f1f1f1;
    float: left;
}





/********RESPONSIVE CODE********/


@media(max-width:991px){
.side_bar_left.sm_des {
    padding: 0px;
}
.side_bar_right.sm_des {
    padding: 0px;
}
.login-form {
    width: 100%;
}

}

@media(max-width:767px){
    #regForm {
    padding: 20px;
}
form#regForm h1 {
    font-size: 28px;
}    
h3 {
    font-size: 16px;
}
.side_bar_left.sm_des {
    padding: 0px 0px;
}
.side_bar_left.sm_des h1 {
    font-size: 28px;
}
.login-form {
    width: 100%;
}
.side_bar_right.sm_des {
    padding: 0px 0px;
}

}

@media(max-width:575px){
#form_start .col-md-5.col-sm-5.col-xs-12 {
    height: auto;
    padding: 50px 10px;
}
#form_start .col-md-7.col-sm-7.col-xs-12 {
    height: auto;
    padding: 50px 10px;
    
}


}







