@import "https://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext";

img, legend {
    border: 0
}

pre, textarea {
    overflow: auto
}

legend, td, th {
    padding: 0
}

a:active, a:hover, input, textarea {
    outline: 0
}

html {
    -ms-text-size-adjusta: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    transition: color .2s
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit], #submit {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, :after, :before {
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: transparent
}

body, html {
    background: url(../img/admin-login-background.jpg) top center #79abb3;
    height: 100%;
    margin: 0;
    font-size: 20px;
    font-family: Oxygen;
    font-weight: 400;
    line-height: 1.6em;
    padding: 15px 0
}

h1, h2 {
    margin: 0;
    font-size: 55px
}

input[type=text], input[type=password] {
    display: block;
    background: #ececec;
    color: #5f5f5f;
    border: none;
    border-bottom: 2px solid #729da4;
    font-size: 14px;
    height: 48px;
    margin-bottom: 10px;
    padding: 0 23px;
    width: 100%;
    text-align: center
}

input[type=text]:focus, input[type=password]:focus {
    background: #fff
}

input[type=submit], #submit {
    border: none;
    background: url(../img/admin-btn-sp.png) no-repeat;
    display: inline-block;
    width: 68px;
    height: 70px
}

#admin-form, .admin-s footer a {
    display: block
}

#submit:active, #submit:hover {
    background-position: 0 -70px
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px
}

.admin-s, .admin-s footer {
    width: 100%;
    text-align: center
}

.admin-s {
    height: 100%;
    padding-top: 5%
}

.admin-s h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
    letter-spacing: .02em;
    line-height: 1em
}

.admin-s h1 + a {
    letter-spacing: .06em
}

.admin-s h1 + a:hover {
    color: #385d65
}

.admin-f {
    margin-top: 3%
}

#admin-form {
    margin: 0 auto;
    max-width: 525px
}

.admin-error {
    background: #d44754;
    border-bottom: 2px solid #aa414a;
    color: #fff;
    padding: 9px 10px;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 13px;
    font-size: 15px
}

.admin-f h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: .06em
}

.admin-s footer {
    margin-top: 10%;
    margin-bottom: 50px
}

.admin-s footer a.w5link {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .03em
}

.admin-s footer a.w5link:hover {
    color: #385d65
}

@media (max-width: 992px) {
    .container {
        width: 100%
    }
}

@media (max-width: 480px) {
    h1, h2 {
        font-size: 48px
    }
}