@font-face {
    font-family: 'Century';
    src: url('../../fonts/century.otf') format('opentype');
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background-image: url("../img/background.png");
    background-repeat: repeat;
    font-family: 'Century';
    color: #5A5A5A;
}
#wrapper {
    min-height: 100%;
    position: relative;
}
#wrapper > .container {
    padding-bottom: 75px;
}
.centered {
    margin-top: 125px;
    text-align: center;
}
form {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 30px;
}
.form-error {
    margin-top: 10px;
    padding: 5px 0px;
}
.footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    padding-bottom: 1px;
}
.footer-item {
    display: inline-block;
}