.container-fluid {
    background-image: url("../../img/login_background2.jpg");
    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: rgb(0, 0, 36);
    background: -moz-radial-gradient(circle, rgba(0, 0, 36, 0.8827906162464986) 0%, rgba(2, 2, 84, 0.865983893557423) 27%, rgba(0, 0, 0, 0.3841911764705882) 100%);
    background: -webkit-radial-gradient(circle, rgba(0, 0, 36, 0.8827906162464986) 0%, rgba(2, 2, 84, 0.865983893557423) 27%, rgba(0, 0, 0, 0.3841911764705882) 100%);
    background: radial-gradient(circle, rgba(0, 0, 36, 0.8827906162464986) 0%, rgba(2, 2, 84, 0.865983893557423) 27%, rgba(0, 0, 0, 0.3841911764705882) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000024", endColorstr="#000000", GradientType=1);
    border-radius: 10px;
}

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