body {
    background: url("../img/sign-in-bg.svg") center center / cover no-repeat fixed;
    font-family: "rucksackbold", Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

a, a:link{
    color: #333333;
    text-decoration: none;
}

div, h1 {
    margin-bottom: 30px;
}

h1 {
    font-size: 28px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content,
.logo {
    text-align: center;
    padding: 1rem;
}
.copyright {
    padding-top: 3rem;
    font-family: "muli_regular", Arial, Helvetica, sans-serif;
}

.error {
    font-size: 18px;
    color: #F64684;
}

a.home-button {
    display: inline-block;
    font-size: 16px;
    color: #4160B9;
    border: solid 2px #4160B9;
    padding: 13px 30px;
    border-radius: 2rem;
    margin-bottom: 30px;
}