.login {
    font-family: agsbtbqm, sans-serif;
    margin: 3em auto 0;
    width: 600px;
}
main .container.login > .content {
    text-align: left;
}

.login__title {
    font-family: 'CartoonistKooky', sans-serif;
    float: right;
    letter-spacing: .0625em;
    width: 80%;
}
.login__message {}

.login__row {
    margin-bottom: 1em;
}
.login__row,
.login__row:before,
.login__row:after {
    clear: both;
    content: '';
    display: block;
}

.login__label {
    float: left;
    font-weight: bold;
    line-height: 2.5;
    width: 20%;
}
.password-reset .login__label {
    width: 30%;
}
.login__field {
    float: right;
    width: 80%;
}
.password-reset .login__field {
    width: 70%;
}

.login__field input[type="text"],
.login__field input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, .5);
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.5em;
    padding: 0 .5em;
    width: 100%;
}
.login__field--invalid input[type="text"],
.login__field--invalid input[type="password"] {
    background-color: #FFA3A3;
}

.login__field button[type="submit"],
.login__field input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #8BC53F;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding: .25em 1.5em;
}

.login__links {
    margin-top: 2em;
    float: right;
    width: 80%;
}
.login__links__button {
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 1em;
    padding: .5em 1em;
    width: 13em;
}
.login__links__button strong {
    font-size: 1.5em;
}

.login__sufferdje {
    position: absolute;
    right: -6em;
    height: 21.5em;
    top: 2em;
}

.login__sufferdje img {
    height: 100%;
    width: auto;
}

.alert {
    position: fixed;
    background: lightgoldenrodyellow;
    left: 0;
    right: 0;
    top: 0;
    line-height: 23px;
    text-align: center;
    webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: solid 1px;
    z-index: 100;
    font-weight: bold;
    line-height: 2.5;
}
.alert.error {
    background: #FFA3A3;
}