@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

/* Fintech Ltd. |  CSS Dev Version | Not Prefixed */

/* Iframe Form */

body {
    margin: 0;
font-family: 'Open Sans', sans-serif;
    background-color:transparent;
}

label.control-label {
 display: none;
}
#reg_form {
        padding:0 10px;
    max-width: 570px;
    margin: auto;
}
body > div.formSection.formIn {
 max-width: 100vw;
 width: 100%;
}
#outbox {
display: none;
}

.form-control::-webkit-input-placeholder{color:#363636;opacity:1}
.form-control::-moz-placeholder{color:#363636;opacity:1}
.form-control:-moz-placeholder{color:#363636;opacity:1}
.form-control:-ms-input-placeholder{color:#363636;opacity:1}
.form-control:input-placeholder{color:#363636;opacity:1}
.form-control:focus::-webkit-input-placeholder{color:transparent}
.form-control:focus::-moz-placeholder{color:transparent}
.form-control:focus:-moz-placeholder{color:transparent}
.form-control:focus:-ms-input-placeholder{color:transparent}



/* Input */


input.form-control, select.form-control {
margin-top: 12px;
   border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(0,0,0,.05);
    min-height: 35px;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    font-family: ubuntu,sans-serif;
    margin: auto;
    line-height: 31px;
    background-image: none;
    padding: 0 20px;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
    height: 44px;
    font-weight: 300;
    font-size: 16px;
} 

/* Input Wraps */


input.form-control[type="text"] {
 text-transform: capitalize;
}
/*input.form-control:hover {
     border: 1px solid rgba(148, 245, 89, .7)
}
input.form-control:focus  {
     outline: 0;
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}*/

input.form-control:hover{border:1px solid rgba(148,245,89,.7)}input.form-control:focus{outline:0;border-color:#843534;box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 6px #ce8483}

/* Country */

#country {
 display: none;
}

/* Phone */

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
     position: relative;
    z-index: 0;
margin-top: 10px!important;
    padding-right: 0;
    margin-right: 0;
}

/* Checkbox */
.checkbox {
    display: block;
    color: #7b7b7b;
    padding-top: 10px;
 font-size: 15px;
    display: none;
}

.btn span{display:none;}

#reg_form .btn{display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    position: relative;
    cursor: pointer;
    margin-top: 10px;
    height: 50px;
    width: 100%;
    /*background-color: #7ed321;*/
    background-color: rgb(245,158,11);
    border-radius: 24px;
    font-size: 21px;
    line-height: 23px;
    font-weight: 500;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid #fff;}#reg_form>button:hover{color:#fff;background:rgb(217,119,6)}


#reg_form>button :active,#reg_form>button:hover:active{background:rgb(217,119,6);box-shadow:inset 0 2px 2px rgba(0,0,0,.2),0 2px 0 #d77907}.btn:after{content:"Start making $2,200+ a day!"}.btn span{display:none}#outbox{max-width:100vw}



input {
        -webkit-transition: -webkit-box-shadow .3s ease-in-out, border .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, border .3s ease-in-out;
}
input:focus {
      border-color: #dfe1e9;
    background-color: #eaf1f3;
	    box-shadow: none;
		    outline: 0;
}




		.btn:after {
			content: none;
		}
		.btn span {
			display: block;
		}
		
		/* Hide all steps by default: */

.step-title {
  display: none;
  text-align:center;
  font-size: 20px;
    font-weight: 600;
}
/* Make circles that indicate the steps of the form: */
.step {
     display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    border-radius: 50%;
    background: #fff;
    color: #2ba6df;
    box-shadow: 0 0 0 1px #bdbdbd inset, 0 0 0 4px #fff;
}

/* Mark the active step: */
/*.step.active {
 background: #ffaf38;
    background: linear-gradient(to bottom, #a110cb 0%, #740d92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a110cb', endColorstr='#740d92',GradientType=0 );
    color: #ffffff;
    border-color: #5e4c9e;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.35);
}
*/
/* Mark the steps that are finished and valid: */
.step.finish {
 background: #2ba6df;
 color:#fff;
}
input.error {
  background-color: #ffdddd;
}
#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.showpre {display: block!important;}
#pageloader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
.privacy-text {
	display:inline;
    padding: 0;
    margin: 5px 0;
    font-size: 10px;
	color:#000;
}
.lockimg {
	    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.privacy-div {margin:auto;text-align:center;}