.lmsk-login-form {
    max-width: 360px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-family: inherit;
}
.lmsk-login-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
}
.lmsk-login-form input {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.lmsk-login-form button {
    width: 100%;
    padding: 0.6rem;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}
.lmsk-login-form button:hover {
    background: #135e96;
}
#lmsk-portal-app {
    font-family: inherit;
}
