html, body{
	height: 100%;
}
.register_container, .register_container .row{
	height: 100%;
}
body {
	margin:0px;	
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	background: #acf0ff;
}
.fsm-state{
	    min-height: 294px;
}
.register_box{
	background: #fff;
	text-align: center;	
}
.register_logo{
	padding: 20px 0px;
	border-bottom: solid 1px #ececec;
	color: #797979;
}
.register_logo p{
	margin: 20px 0px 0px 0px;
}
.register_logo a{
	color: #f64c53;
}
.register_body{
	padding: 15px 0px 0px 0px;
}
.register_body h1{
	font-weight: 300;
	font-size: 22px;
	color: #f64c53;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
}
/*Issue#2651 start*/
.RegisterBodyh1{
    	font-weight: 300;
	font-size: 22px;
	color: #f64c53;
	/*text-transform: uppercase;*/
	margin-bottom: 20px;
}
.RegisterBodyh1span {
    	display: block;
	font-size: 35px;
	/*font-weight: bold;*/
	color: #000;

}
.StoreOneh1{
    text-align: left !important;
    color: #00bce0 !important;
    margin-left: 15px;
    margin-bottom: 13px !important;
}
/*Issue#2651 end*/
.register_body h1 span{
	display: block;
	font-size: 35px;
	/*font-weight: bold;*/
	color: #000;
}
.wizard_footer{
	border-top: solid 1px #ececec;
	margin-top: 50px;
	padding: 10px 30px;
}
.step_img{
	margin: 25px 0px;
}



.radio_container {
    display: inline-block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 140px;
    height: 120px;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 140px;
    border: solid 2px #eee;
    border-radius: 5px;
}
.radio_container input:checked ~ .checkmark {
  border-color: #00d1f7;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_container input:checked ~ .checkmark:after {
  display: block;
}
.radio_empty{
	    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid 2px #eee;
    position: absolute;
    left: 51px;
    top: 19px;
}
.radio_container .checkmark:after {
 	    top: 16px;
    left: 48px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00d1f7;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    padding-top: 10px;
	z-index: 1;
}



.radio_container h3{
	font-weight: 600;
    font-size: 16px;
    color: #f64c53;
    /*text-transform: uppercase;*/
    margin: 0px;
    margin-top: 63px;
}
.register_body h3 span{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}
.register_next{
	background: #00c0eb;
	border: 0px;
	border-radius: 3px;
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
}
.register_next:hover{
	background: #f64c54;
}
.register_next img{
	margin-left: 20px;
	vertical-align: baseline;
}
.register_next:disabled{
	background: #d4d4d4;
	cursor:not-allowed;
}
.register_back{
	background: #00c0eb;
	border: 0px;
	border-radius: 3px;
	padding: 8px 15px;
	color: #fff;
	cursor: pointer;
}
.register_back:hover{
	background: #f64c54; /*Issue # 2485*/
}
.register_back img{
	margin-right: 20px;
	vertical-align: baseline;
}
.register_back:disabled{
	background: #d4d4d4;
	cursor:not-allowed;
}
.select_business_type h1{
	margin-bottom: 30px;
}
.select_business_type .radio_container img{
	    margin-top: 23px;
	margin-bottom: 16px;
}
.select_business_type .radio_container p{
	color: #868686;
	    text-transform: uppercase;
    font-size: 13px;
    margin: 0px;
    margin-top: 85px;
}
.select_business_type .radio_container input:checked ~ .checkmark p {
    color: #00d1f7;
}
.select_business_type .radio_container .checkmark:after {
    display: none !important;
}
.register_footer{
	text-align: center;
	padding-top: 20px;
}
.register_footer a{
	color: #fff;
	display: inline-block;
	padding:5px;
	font-size: 18px;
}
.Registerform-box{
	margin: 0px 20%;
}


.float-container {
  border: solid 2px #e0e2e5;
	border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 8px;
  position: relative;
  width: 100%;
	cursor: auto;
}
.float-container input {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 12px 0 12px;
  width: 100%;
}
.float-container select {
  border: none;
  font-size: 16px;
  outline: 0;
  padding: 12px 0 12px;
  width: 100%;
	font-size: 15px;
	color: #b7bcc0;
	font-weight: 500;
}

.float-container label {
  font-size: 15px;
	color: #b7bcc0;
	font-weight: 500;
  position: absolute;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: translate(0, 12px) scale(1);
          transform: translate(0, 12px) scale(1);
  transition: all .1s ease-in-out;
	cursor: auto;
}
.float-container.active label {
     -webkit-transform: translate(0, -12px) scale(0.95);
    transform: translate(0, -12px) scale(0.95);
    background: #fff;
    color: #00d1f7;
}
.Registerform-box .float-container:focus{
	border: solid 2px #00d1f7;
}
.field-icon {
      float: right;
    margin-left: -25px;
    margin-top: -31px;
    position: relative;
    z-index: 2;
    color: #c2c2c2;
    font-size: 16px !important;
}
.signUp_btn{
	width: 100%;
	padding:8px 12px;
	border: solid 2px #00c0eb;
	background: #00c0eb;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-size: 17px;
	font-weight: 500;
}
.signUp_btn:hover{
	background: #fff;
	color: #00c0eb;
}
.agrement{
	text-align: center;
	color: #b7bcc0;
	padding: 20px 0px;
}
.agrement a{
	color: #00c0eb;
}


@media( max-width : 585px ) {
	.step_img{
	margin: 25px;
}

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.Registerform-box{
	margin: 0 30px;
}
}


.CreateLabelStyle{

        /* font-weight: 600; */
    font-size: 35px;
    color: #f64c53;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
.fsm-state {
    display: none;
}

.fsm-state.fsm-initial {
    display: block;
}
.register_next:focus{
	background: #f64c54;
}
.register_back:focus{
	background: #f64c54;
}
.signUp_btn:focus{
	background: #fff;
	color: #00c0eb;
}
.signUp_btn:disabled{
	border-color:#cccccc !important
}