#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;
}

@media(max-width: 767px) {
    .form-background {
        min-height: 277px;
    }
}

@media(min-width: 768px) {
    .first-section {
        padding: 90px 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: 225px;
    }
}