@charset "utf-8";

/* FRONT-END STYLES */
@font-face{
    font-family: 'hlogin';
    src:url('../fonts/hlogin.eot?g8rqum');
    src:url('../fonts/hlogin.eot?g8rqum#iefix') format('embedded-opentype'),
        url('../fonts/hlogin.ttf?g8rqum') format('truetype'),
        url('../fonts/hlogin.woff?g8rqum') format('woff'),
        url('../fonts/hlogin.svg?g8rqum#hlogin') format('svg');
    font-weight:normal;
    font-style:normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family:"hlogin";
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.icon-hlogin_email:before {
    content: "\e800";
}
.icon-hlogin_user:before{
    content: "\e600";
}
.icon-hlogin_pass:before{
    content: "\e601";
}
.icon-hlogin_wp_logo:before{
    content: "\e602";
}
body{
    margin:0px;
    padding:0px;
    border:0px;
    cursor:default;
}
div{
    margin:0px;
    padding:0px;
    border:0px;
}
img{
    border:0px;
}
img:focus{
    border:0px;
}
a{
    outline:none !important;
    border:none;
}
button:focus{
    outline:none;
}