@import url(/template/css/general/access/body.css) (min-width: 1200px);
@import url(/template/css/general/access/m\(600-1200\).css) (max-width: 1200px) and (min-width: 600px);
@import url(/template/css/general/access/m\(-600\).css) (max-width: 600px);

* {
    box-sizing: border-box;
    font-family: monospace, arial, microsoft yahei;
    word-break: break-all;
}

table, tr, td, th {
    border-collapse: collapse;
}

*::selection {
    background: #323241; /* Safari */
    color: white;
}

a {
    color: black;
    text-decoration: none;
}

input[type=text], input[type=submit], input[type=date], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    background-color: #212528;
    background-image: url(/template/files/general/icons/bgAuth.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
