body,
html {
    height: 100%;
}

body {
    background: #fff url('../images/pattern.png') center center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}

.content {
    position: relative;
    top: 50%;
    width: 222px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.logo {
    margin-bottom: 30px;
}

.button {
    display: block;
    margin-bottom: 20px;
    height: 50px;
    background: #C71847;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    border-radius: 4px;
    transition: all .3s ease;
    transform: rotate(0);
}

.button:hover {
    background-color: #861624;
}

.button--darken {
    background: #242525;
}

.button--darken:hover {
    background-color: #010202;
}

.colored {
    font-weight: 600;
    color: #801D2A;
}

.info {
    margin-bottom: 10px;
    font-size: 14px;
}
