.lcmms-form {
    max-width: 700px;
    padding: 25px;
    border: 2px solid #005542;
    border-radius: 10px;
    background: #ffffff;
}

.lcmms-title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #005542;
    font-weight: 700;
}

.lcmms-form label {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

.lcmms-form input,
.lcmms-form select,
.lcmms-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 5px;
}

.lcmms-form button {
    margin-top: 25px;
    width: 100%;
    padding: 14px;
    background: #005542;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.lcmms-form button:hover {
    background: #003f33;
}
