body {
    background: #12306d;
    padding: 15px;
}

#content {
    margin: 15% auto;
    max-width: 350px;
    font-size: 14px;
}

#content .btn {
    width: 100%;
    color: #FFF;
    margin-top: 20px;
    background-color: #12306d;
    border: none;
}

#content a {
    color: #FFF;
}

#content .footer {
    margin-top: 20px;
    text-align: right;
    opacity: 0.5;
    color: #FFF;
    text-decoration: none;
}

#content .card, #content .alert {
    border-radius: 2px;
}

#content input, #content .btn {
    border-radius: 3px;
}

#content input::-webkit-input-placeholder {
    color: #666 !important;
}

#content #logo {
    text-align: right;
    margin-bottom: 20px;
    max-width: 280px;
    margin-left: auto;
}

#content #logo .slogan {
    margin-left: 120px;
    color: #FFF;
    font-weight: bold;
}

#content #logo .org-name {
    color: #FFF;
    font-weight: bold;
}

#content input:-moz-placeholder {
    /* FF 4-18 */
    color: #666 !important;
}

#content input::-moz-placeholder {
    /* FF 19+ */
    color: #666 !important;
}

#content input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666 !important;
}

#content .footer {
    margin-top: 20px;
    text-align: right;
    opacity: 0.5;
    color: #FFF;
    text-decoration: none;
}