@import url(//code.cdn.mozilla.net/fonts/fira.css);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    min-height: calc(100vh - 4em);
    padding-top: 2em;
    background: #eee url(/../images/line-pattern2.png) repeat;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #696969;
}

body,
input {
    font-family: 'Fira Sans', "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 1em;
}

.container {
    background: #fff url(/../images/pgb2016_login.png) no-repeat scroll 2.5em 1.5em;
    width: 700px;
    margin: 0 auto;
    border-radius: 1em;
    border: 1px solid #ccc;
}

.notice {
    width: 700px;
    text-align: center;
    text-transform: uppercase;
    background: green;
    color: #fff;
    border: .25em solid green;
    border-radius: 1em;
    padding: .5em;
    margin: 1.5em auto;
}

.error {
    display: none;
}

form {
    width: 320px;
    margin-left: 315px;
    margin-top: 110px;
}

.element {
    margin-top: 1.25em;
}

h1 {
    text-indent: -10000px;
}

h2 {
    display: none;
    ;
    height: 1px;
}

.errorExplanation {
    width: 570px;
    text-align: left;
    text-transform: uppercase;
    background: red;
    color: #fff;
    border-radius: 1em;
    border: 3px solid red;
    padding: 1.5em;
    margin: 0.5em auto;
}

input {
    width: 100%;
    padding: .5em;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type=submit] {
    border: 2px solid #696969;
    background: #fff;
    color: #696969;
    margin-top: 1.25em;
}

input[type=checkbox] {
    width: inherit;
}

a {
    color: #696969;
    text-decoration: none;
}

.forgot-link {
    margin-bottom: .85em;
}

.devise-links {
    padding: 2em 0;
    margin-left: 315px;
    font-size: 0.75rem;
}

.gdpr {
    padding-left: 15em;
    padding-right: 1em;
    margin-top: 13.5em;
    margin-bottom: 2em;
    .tip {
        padding: 0.5em;
        h4,
        h4+p {
            margin: 0;
        }
        background: rgba(0,
        0,
        0,
        0.05);
    }
    form {
        margin: 0;
    }
}

.gdpr+form,
.gdpr+form+.devise-links {
    display: none;
}
