.container-fluid{
    background-image: url("../images/login.jpg");
    height: 100vh;
    justify-content: center;
    align-content: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.login-panel{
    padding: 50px 20px;
    margin: auto;
    border-radius: 10px;
    box-shadow: -1px 1rem 1rem 5px rgba(0, 0, 0, .175) !important;
    border: 1px solid #adadad;
    background: rgba(96, 96, 96, 0.5);

}

.login-btn {
    width: 50%;
    border-radius: 20px;
    padding: 8px;
}

h1{
    margin-bottom: 30px;
    color: #e7e7e7;
    font-size: 2.125em;
}

.fa-user-circle {
    display: block;
    text-align: center;
    font-size: 6em;
    margin-bottom: 20px;
    color: rgba(238, 238, 238, 0.9);
}