#content {
    min-height: calc(100vh - 50px);
}

.header-line {
    background-color: #03bad9;
    height: 8px;
}

.login-form-container {
    padding: 2.5em 1em 1em 1em;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    position: relative;
    margin-top: 7.5em;
}

.login-form-container p {
    color: #888888;
    font-size: 0.8em;
}

input[type=text], input[type=password] {
    margin: 0;
}

.login-logo {
    position: absolute;
    /*left: 38%;*/
    top: -50px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 55px;
    border: 1px solid #d0d0d0;
}

.login-logo a img {
    width: 55px;
}

.remember-me-container label {
    margin-top: 7px;
    margin-left: 17px;
}

.subheader {
    margin: 1em 0 0 0;
}

.footer-text {
    margin-top: 1em;
    margin-bottom: 0;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}

.title {
    /*color: #047bd5 !important;*/
    color: #4ccfdd !important;
    letter-spacing: 1px;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}

.title span {
    color: #3b3b3b !important;
    font-family: 'Roboto', 'Sans-Serif', 'Helvetica';
}