body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: 'Roboto', sans-serif;
}

body.spring {
    background: url('https://cdn.raynetcrm.com/login/4adab12efe110977a80aca04f07ccb3e.jpg') 50% 50%/cover no-repeat fixed;
}

body.summer {
    background: url('https://cdn.raynetcrm.com/login/7461e5913da13c3db273b7f6611e6fa7.jpg') 50% 50%/cover no-repeat fixed;
}

body.autumn {
    background: url('https://cdn.raynetcrm.com/login/4451dccd3ef710e782b748a4a5bbd0a8.jpg') 50% 50%/cover no-repeat fixed;
}

body.winter {
    background: url('https://cdn.raynetcrm.com/login/9f0311ea313d46bdb4e44b7c8676fd00.jpg') 50% 50%/cover no-repeat fixed;
}

.content-wrapper {
    width: 35%;
    min-width: 450px;
    margin: auto;
}

.content-column {
    background-color: #fafafa;
    height: 100vh;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.logo {
    background: url(./logo-raynet-2015-nobg.png) center no-repeat;
    height: 57px;
    width: 100%;
}

h1 {
    font-weight: 300;
    font-size: 2.0625rem;
    line-height: 1.175;
    color: #373a3c;
    padding-top: 50px;
}

h2 {
    font-weight: 300;
    font-size: 1.6625rem;
    line-height: 1.175;
    color: #373a3c;
}

p {
    font-size: 16px;
    color: #5c5c5c;
    width: 100%;
}

a {
    color: #0275d8;
    border-bottom: .0625rem solid #0275d8;
    text-decoration: none;
}

a:hover {
    color: #014c8c;
}
