@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline:0;
    color:#eee; font-size: 12pt;
    font-family: 'Josefin Sans', sans-serif;
}
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, img, embed  {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}
#remember a{ text-decoration: none;}
#remember a:hover{color:#2196f3;cursor: pointer;}
.clear{clear: both;}
#particles-js{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url("../images/banner.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#form-login{
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 400px;
    padding: 20px 30px;
    background: rgba(15, 15, 15, 0.8);
    margin: 100px auto;
    z-index: 10000;
    border-radius: 5px;
}
#header{
    display: block;
    width: 100%;
    margin: 20px 0;
}
#logo{
    width:90px; height:90px;
    margin: 0 auto;
}
#input-info input{width: 100%; float:left; padding:12px; padding-left: 30px; margin: 10px 0; display: inline-block; border:none; border-bottom: 1px solid #eee;}
#account{background: url(../images/m.png)no-repeat 0px 5px;}
#password{background: url(../images/l.png)no-repeat 0px 5px;}
#content{
    display: inline-block;
    width: 100%;
}
#bottom{
    margin-top:10px;
    width: 100%;
    display: block;
    text-align: center;
}
#remember{margin: 15px 0;}
#remember span{float: right;}
#remember label{float:left; margin-right: 10px;}
#btn{border-radius:5px; width: auto; padding:10px 25px; background-color: #23516f; border: none; margin: 15px 0; font-size: 1.4rem;}
#btn:hover{
    background-color: #286a8d; cursor: pointer;}

@media all and (max-width: 640px)
{
    #form-login{width: 350px;}
}
@media all and (max-width: 480px)
{
    *{font-size: 11pt;}
    #form-login{width: 90%;}
}