.reg-top{
	height: 256px;
	background-color: #F9F9F9;
}

.reg-top .span3 img{
	margin-top: 5px;
}

.reg-top h1{
	font-size: 24px;
	font-weight: bold;
	color: #686B9F;
	margin-top: 90px;
}

.reg-form {
	height: 670px;
}

.reg-form h2{
	color: #EEA041;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.text-reg .span6{
	text-align: center;
}

.text-reg input{
	border: 1px solid #EEA041;
    border-radius: 20px;
    height: 50px;
    width: 400px;
    margin-top: 50px;   
    font-size: 14px;    
    padding-left: 20px;
}
.check-reg {
	margin-left: auto;
    margin-right: auto;
}

.check-reg input{
	display: none;
}

.check-reg label{
	position: relative;
    color: #686B9F;
    background-color: #F7F7F7;
    font-size: 14px;
    text-align: center;
    height: 41px;
    width: 237px;
    font-weight: bold;
    border-radius: 15px;
    line-height: 41px;
    display: block;
    cursor: pointer;
    border: 1px solid #686b9f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.check-reg input:checked + label{
		border: 1px solid #686b9f;
	background-color:#686b9f;
	color: #fff;
}

.check-reg h2{
	    text-align: center;
    color: #707070;
    font-size: 20px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sub-reg input[type=submit]{
  	height: 60px;
    width: 260px;
    background-color: #EEA041;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
  }
  .sub-reg{
  	text-align: center;
  }

  [class*="span"]{
  	margin-left: 0;
  }


@media (max-width: 600px) {
  .reg-form {
    height: auto;
    margin-bottom: 10px;
}
.text-reg input {
    border: 1px solid #EEA041;
    border-radius: 20px;
    height: 50px;
    width: 300px;
}
.row .check-reg {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.reg-top h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #686B9F;
    margin-top: 10px;
}


.reg-top {
    height: auto;
    background-color: #F9F9F9;
    /* text-align: center; */
}

.check-reg label {
    position: relative;
    color: #686B9F;
    background-color: #F7F7F7;
    font-size: 14px;
    text-align: center;
    height: 41px;
   width: 300px;
    margin-bottom: 15px;
float: unset;
	}
.row {
    margin-right: auto !important;
    margin-left: auto !important;
}

.reg-top .span9{
text-align: center;
}


}