.btn-login-demo {
    position: relative;
    min-width: 150px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: fit-content;
    border-radius: 4px;
    transition-duration: 0.1s;
    font-size: 18px;
    cursor: pointer;
    border: none;
    font-family: inherit;
    margin: 25px auto 15px;
    padding: 0 1rem;
    background-color: #ececfd;
    color: #3f3dec;
    text-transform: none;
    font-weight: 500;
    box-shadow: none;
}

.btn-login-demo:focus,
.btn-login-demo:hover {
    background-color: #3f3dec;
    color: #ececfd;
}

#loginModalForm {
    text-align: center;
}

#loginModalForm label {
    font-weight: initial;
    margin-top: 0;
}
