﻿.login-content > h1 {
    font-size: 30px;
    font-weight: 300;
    color: #222;
}

.login-content > p {
    font-size: 15px;
}

.login-content {
    margin-top: 10px;
    padding-right: 30px;
    padding-top: 60px;
    padding-left: 20px;
}

.login-logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
    height: 200px;
}

.login-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 76.4vh;
}

.login-wrapper {
    background-color: #FFF;
    min-height: -webkit-calc(100vh - 305px);
    min-height: -moz-calc(100vh - 305px);
    min-height: calc(100vh - 305px);
}


@media screen and (min-width: 1024px) {
    footer > div.footer > div:first-child {
        margin: 3rem;
    }
}