$(document).ready(function (){
    $("#check-form").formValidate();
    $("#login-form").formValidate();
});
