.login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-size: cover;
}

.login-box {
    width: 403px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo-img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 255, 255, 0.8) !important;
}

.login-card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
}

.login-box-msg {
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 20px;
    width: 76%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-check-label {
    padding-left: 25px;
}

.btn-block {
    width: 100%;
}
