* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #1f395d;
    height: 100%;
}

img {
    position: fixed;
    right: 30px;
    top: 30px;
    width: 200px;
}

.card, .form-control {
    border-radius: 2px;
}

.card {
    position: absolute;
    left: 5em;
    bottom: 5em;
    width: 600px;
}

.card-header {
    font-size: larger;
}

a {
    text-decoration: none;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 15px;
    background-color: #1f395d;
    color: #fff;
    text-align: right;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #ffe300;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin: 0 10px;
}