.header-line {
    background-color: #03bad9;
    height: 8px;
}

.login-logo-container {
    margin-top: 5em;
}

.login-form-container {
    padding: 2em 1em 1em 1em;
    background-color: #fafafa;
    border: 1px solid #d0d0d0;
    position: relative;
    margin-top: 2em;
}

.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: -40px;
    display: block;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
}

.remember-me-container label {
    margin-top: 7px;
    margin-left: 17px;
}

.subheader {
    margin: 0;
}

.footer-text {
    margin-top: 3em;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}