body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000 !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.h3 {
    color: #fff;
}

#id_login, #id_password {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#id_login {
    text-transform: lowercase;
}

.btn-google {
    color: #545454 !important;
    background-color: #4285F4 !important;
    box-shadow: 0 1px 2px 1px #4285F4 !important;
}

.user_card {
    width: 350px !important;
    background: #801d20;
    border-radius: 5px;
}

.login_btn {
    border-color: #f2c05a !important;
    background: #f2c05a !important;
    color: white !important;
}

.links {
    color: #f2c05a !important;
    font-weight: bold;
}

.policies, .policies:hover {
    color: #f2c05a;
    text-decoration: none;
    font-weight: bold;
}

a {
    text-decoration: none !important;
}