/* CSS Document */

body{padding:0; margin:0; /*background:url(../images/bg.jpg) no-repeat center;*/ font-family: Raleway;}
header{height:auto; padding:0; background:#D23A33; color:#fff; margin-bottom: 30px;}

.logo{margin:0px 0;}
.head-contct{margin:24px 0 0; text-align:right;}
.bg-lightest {
    background-color: #fcfcfc !important;
	border: 1px solid #eeeeee !important;
	    padding: 20px;
}

.add-btn{background: #d23a33;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 10px;}


footer{height:auto; padding:15px 0; background:#D23A33; color:#fff; margin-top: 20px; text-align:center;}

.mt-10{margin-top:10px;}


#regForm {
 background-color: #f5f5f5;
    margin: 0 auto;
    font-family: Raleway;
    padding: 40px;
    width: 60%;
    min-width: 300px;
    border: #ddd solid 1px;
    box-shadow: #b9b9b9 2px 2px 42px;
}

h1 {
  text-align: center;  
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

input[type=checkbox], input[type=radio]{width:auto;}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  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: #04AA6D;
}

.form-heading{background: #6ebb7e;
    padding: 4px 15px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0;
    border-radius: 4px;}

@media (min-width: 50px) and (max-width: 640px) {

#regForm {
    padding: 20px;
    width: 100%;
	}
	
	.logo{text-align:center;}
.head-contct{text-align:center; margin-bottom:10px;}
	
}
