@charset "UTF-8";
/* CSS Document */

#contents {
    background: none;
}

#login {
    background: #242424 no-repeat right bottom;
}

header #logo img {
    height: 15px;
    width: auto;
    padding-right: 10px;
}

header::after {
    background: -moz-linear-gradient(left, hsl(192,50%,51%) 0%, hsl(192,77%,35%) 51%, hsl(192,50%,51%) 100%);
    background: -webkit-linear-gradient(left, hsl(192,50%,51%) 0%, hsl(192,77%,35%) 51%, hsl(192,50%,51%) 100%);
    background: linear-gradient(to right, hsl(192,50%,51%) 0%, hsl(192,77%,35%) 51%, hsl(192,50%,51%) 100%);
}

#login::after {
    background: -moz-linear-gradient(left, hsl(192,77%,35%) 0%, hsl(192,50%,51%) 100%);
    background: -webkit-linear-gradient(left, hsl(192,77%,35%) 0%, hsl(192,50%,51%) 100%);
    background: linear-gradient(to right, hsl(192,77%,35%) 0%, hsl(192,50%,51%) 100%);
}

