#login-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container {
    background: rgba(255,255,255, 0.97) !important;
}

#register {
    margin-top: 15px;
    float: right;
}

input[type="submit"] {
    background-color: #3385c5 !important;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background-color: #221e1f !important;
}

a {
    color: #3385c5 !important;
}

a:hover, a:focus {
    color: #221e1f !important;
}

hr {
    margin-top: 20px;
}

body {
    background-image: url("../assets/background.jpg") !important;
    background-size: cover !important;
}
