@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 {
margin-top: 12px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    font-weight: 300;
    border: 1px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    border-radius: 3px;
    font-size: 1em;
    padding: 6px 12px;
    padding-left: 40px;
    height: 40px;
    background-image: url(../images/ico.svg);
    background-size: 40px 480px;
    background-repeat: no-repeat;
    transition: background-color 100ms linear,border 50ms linear;
} 

/* Input Wraps */
input.form-control:focus {
    background-position: 0 -280px;
}
#email {background-position: 0 -160px;}
#passwrd{background-position: 0 -200px;}
#phone{        background-image: none;
    margin-top: 12px!important;}

#email:focus {
    background-position: 0 -400px;
}
#passwrd:focus {
    background-position: 0 -440px;
}
#phone:focus {
    
}
.iti__flag-container {
    
    top: 12px!important;
	}
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 {
  text-transform: uppercase;
    padding: 8px 25px;
    line-height: 1.42857143;
    text-align: center;
    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;
    min-height: 50px;
    width: 100%;
    background: #90cf47;
    color: white;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    border-color: #9cd45b;
    white-space: normal;
    box-shadow: none;
}
.btn:after{
    content: "Sign Up Now";
    text-transform: capitalize;
    
}
#formwork > button:hover {
 opacity: .7;
}

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;
}


@-webkit-keyframes glow {

    50% {
        -webkit-box-shadow: 0 0 14px #fff;
        box-shadow: 0 0 14px #fff;
    }

}

@keyframes glow {

    50% {
        -webkit-box-shadow: 0 0 14px #fff;
        box-shadow: 0 0 14px #fff;
    }

}

		.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;}