#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;
}

.text-forgot-password {
    margin-top: -74px;
}

@media(max-width: 767px) {
    .form-background {
        min-height: 310px;
    }
}

@media(min-width: 768px) {
    .first-section {
        padding: 70px 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;
    }
	.text-forgot-password {
		margin-top: -90px;
	}
}


#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;
	}
}