﻿.container {
    background: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

    .container .head-title img {
        vertical-align: middle;
        width: 75px;
    }

    .container .head-title h1 {
        font-weight: lighter;
        font-size: 40px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-family: EYInterstate Light;
    }

h1 {
    display: block;
    font-size: 2em;
}

.container .head-title {
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 30px 0px 0px;
    align-items: center;
}

.title-text {
    margin: 20px;
}

main {
    display: block;
}

.container main {
    margin-top: 10px;
    color: #fff;
    font-family: EYInterstate Light;
    font-size: 14px;
}

body #root {
    min-height: 130px;
    height: 100%;
    width: 100%;
    font-family: EYInterstate;
}

.container footer {
    margin-top: auto;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: rgba(24,24,32,0.4);
    font-family: EYInterstate Light;
    font-size: 12px;
}

footer {
    display: block;
}
