#templateBody {
    font-size: 14px;
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}

/*NEW TEMPLATE CSS START*/
.first-section {
    padding: 30px 0px;
    background: #ffffff;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form-background {
    background: #eff3f6;
    border: 1px solid #ced4d8;
    border-radius: 5px;
    padding: 15px;
}
#templateBody .input-type input,
#templateBody .input-type input:focus {
    font-size: 16px;
    height: 45px;
    box-shadow: none;
    outline: none;
    font-weight: 400;
	padding: 8px 20px;
}
#templateBody ::-webkit-input-placeholder {
    color: #ababab;
    font-size: 16px;
}
#templateBody ::-moz-placeholder {
    color: #ababab;
    font-size: 16px;
}
#templateBody :-ms-input-placeholder {
    color: #ababab;
    font-size: 16px;
}
#templateBody :-moz-placeholder {
    color: #ababab;
    font-size: 16px;
}
a.login-btn {
    padding: 13px;
    display: block;
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.form-checkbox input[type="checkbox"] {
    opacity: 0;
    display: none;
}
.form-checkbox label {
    color: #34303f;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    line-height: normal;
    word-break: break-word;
    top: 2px;
}
.form-checkbox label::before {
	content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    margin-left: -20px;
    top: 4px;
    border: 1px solid #ced4d8;
    border-radius: 5px;
    background-color: #ffffff;
}
.form-checkbox input[type="checkbox"]:checked+label::before {
    background-color: #39295d;
    border-color: #39295d;
}
.form-checkbox input[type="checkbox"]:checked+label::after {
    color: #fff;
}
.form-checkbox input[type="checkbox"]:checked+label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.form-checkbox label::after {
	display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 9px;
    margin-left: -20px;
    padding-left: 5px;
    font-size: 11px;
    color: #ffffff;
}
.privacy-policy-text{
	padding-left: 30px;
	margin-top: -87px;
}

@media(max-width: 767px) {
    .form-background {
        min-height: 410px;
    }
}
@media(min-width: 768px) {
    .first-section {
        padding: 50px 0px;
    }
    .px-sm67 {
        padding-left: 67px;
        padding-right: 67px;
    }
    .form-background {
        padding: 45px 100px 50px;
    }
    #templateBody .input-type input,
    #templateBody .input-type input:focus {
        font-size: 16px;
        height: 50px;
    }
    #templateBody ::-webkit-input-placeholder {
        font-size: 16px;
    }
    #templateBody ::-moz-placeholder {
        font-size: 16px;
    }
    #templateBody :-ms-input-placeholder {
        font-size: 16px;
    }
    #templateBody :-moz-placeholder {
        font-size: 16px;
    }
    a.login-btn {
        padding: 14px 20px;
        font-size: 18px;
		width: 170px;
    }
	.privacy-policy-text{
		margin-top: -98px;
	}
}


#templateBody .input-type.password-field input,
#templateBody .input-type.password-field input:focus {
	padding: 8px 50px 8px 20px;
}
.eye-icon {
	position: relative;
    margin-top: -31px;
    margin-right: 0px;
    margin-left: auto;
    text-align: right;
    width: auto;
    float: right;
}
.eye-icon a {
	border-left: solid 1px #ced4d8;
    padding: 8px 14px 8px 13px;
	font-size: 15px;
	color: #7f7c88 !important;
}
@media(min-width: 768px) {
	.eye-icon {
		margin-top: -33px;
	}
}