@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;
}
#formwork {
        padding:0 10px;
    max-width: 510px;
    margin: auto;
}
body > div.formSection.formIn {
 max-width: 100vw;
 width: 100%;
}
#outbox {
display: none;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
    font-size: 14px;
	font-weight:300;	
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
    font-size: 14px;
	font-weight:300;
}
.form-control:-moz-placeholder {
  color: #999;
  opacity: 1;
    font-size: 14px;
	font-weight:300;
}
.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
    font-size: 14px;
	font-weight:300;
}
.form-control:input-placeholder {
  color: #999;
  opacity: 1;
    font-size: 14px;
	font-weight:300;
}
.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 {

  box-sizing: border-box;
    margin-top: 12px;
    display: block;
    width: 100%;
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
   
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0;
    background: #e7e7e7;
    font-weight: 300;
    height: 40px;
} 

/* 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;
}*/


/* 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;}

#formwork .btn {
   font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 0.5px 0.866px 0px rgba(1, 198, 0, 0.35);
    border-radius: 4px;
    text-transform: uppercase;
    padding: 8px 25px;
    width: 100%;
    background: #ffaf38;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a110cb 0%, #740d92 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a110cb', endColorstr='#740d92',GradientType=0 );
  /* IE6-9 */
	font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top:20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:after{
    content: "Sign Up Now";
    text-transform: capitalize;
    
}
#formwork > button:hover {
      color: #201e1f;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01c601+0,0be00b+100 */
  background: #ff9b33;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #740d92 0%, #a110cb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#740d92', endColorstr='#a110cb',GradientType=0 );
  /* IE6-9 */
}

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;
}
.lockimg {
	    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.privacy-div {margin:auto;text-align:center;}