.login-form, .register-form {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.login-form button, .register-form button {
    background-color: var(--base-skin);
}

.login-form .register, .register-form .register {
    font-weight: bold;
    font-size: 1rem;
}

.errorlist {
    list-style: unset;
}

.mt-1 {
    margin-top: 1rem;
}

.section-title .title-desc {
    min-height: 90px;
}