HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets/assets/css/forms/style.scss
/*------------------------------------------------------------------
Forms
-------------------------------------------------------------------*/
.oew-form {
    label {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .oew-remember label {
        cursor: pointer;
        margin: 0 !important;
    }

    .oew-buttons {
        .oew-left,
        .oew-right {
            width: 48%;
        }

        .oew-left {
            float: left;
        }

        .oew-right {
            float: right;
        }

        .oew-button {
            display: block;
            width: 100%;
            border: none;
            font-size: 12px;
            font-weight: 600;
            line-height: 1;
            text-transform: uppercase;
            padding: 18px 20px;
            text-align: center;
            letter-spacing: 0.1em;
            border-radius: 4px;
        }

        .oew-register .oew-button {
            background-color: #f6f6f6;
            color: #333;

            &:hover {
                background-color: #eee;
            }
        }
    }

    .oew-link,
    .oew-privacy {
        padding-top: 20px;
        text-align: center;
    }
}

.oew-form-message {
    padding: 12px;
    border: 1px solid #eaeaea;
}