﻿body {
    background: linear-gradient(to right, #771718, #282423);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.card {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.btn-google, .btn-facebook {
    width: 100%;
    margin-bottom: 10px;
}

.illustration {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.text-center {
    text-align: center;
}

.btn-primary-p {
    background-color: #BF9A54;
    border: none;
    color: #282423;
}

.btn-primary-p:hover {
    background-color: #F7F2EC;
    color: #771718;
}
