.container-fluid {
    background-image: url("../../img/login-background.png");
    background-repeat: no-repeat;
    background-size: cover;
}

button {
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 14px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    transition: all .3s;
}

button:hover {
    border: 1px solid white;
    box-shadow: 1px 1px 4px #c5c5c5,
        -1px -1px 4px #ffffff;
}

.card {
    background-color: black;
    opacity: .9;
    border-radius: 10px;
}

.profile-image-pic {
    width: 10rem;
}
