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

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

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

a {
    color: #f2c05a;
}