.fi-body.fi-panel-admin {
    background: #f7f5f2;
}

.fi-simple-layout {
    justify-content: center;
}

.fi-simple-main-ctn {
    width: 100%;
    padding: 40px 16px !important;
    background: #f7f5f2;
}

.fi-simple-main {
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.otm-auth-layout {
    display: flex;
    justify-content: center;
}

.otm-auth-card {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 42px 48px !important;
    border: 1px solid #e8e2dc;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(15, 23, 42, 0.04);
}

.otm-auth-header {
    display: grid;
    gap: 12px;
    justify-items: center;
    margin-bottom: 32px;
    text-align: center;
}

.otm-auth-brand {
    font-size: 24px;
    line-height: 1.02;
    font-weight: 700;
    color: #111218;
}

.otm-auth-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.02;
    font-weight: 700;
    color: #111218;
}

.otm-auth-form {
    display: grid;
    gap: 18px;
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
}

.otm-auth-form .fi-fo-component-ctn {
    gap: 18px;
}

.otm-auth-form .fi-fo-field-wrp {
    gap: 8px;
}

.otm-auth-form .fi-fo-field-wrp-label span,
.otm-auth-form .fi-fo-field-wrp-hint {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.otm-auth-form .fi-fo-field-wrp-label span {
    color: #111218;
}

.otm-auth-form .fi-fo-field-wrp-hint {
    color: rgb(34, 179, 182);
}

.otm-auth-form .fi-input-wrp {
    min-height: 44px !important;
    border: 1px solid #ddd7d1;
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
    ring-color: transparent;
}

.otm-auth-form .fi-input-wrp:focus-within {
    border-color: rgb(34, 179, 182);
    ring-color: rgb(34, 179, 182);
}

.otm-auth-form .fi-input {
    font-size: 15px;
    line-height: 1.5;
    color: #111218;
}

.otm-auth-form .fi-input-wrp-suffix {
    min-width: 52px;
    justify-content: center;
    border-color: #ddd7d1;
}

.otm-auth-form .fi-input-wrp-suffix .fi-icon-btn,
.otm-auth-form .fi-input-wrp-suffix button {
    width: 30px;
    height: 30px;
    border-radius: 999px;
}

.otm-auth-form .fi-checkbox-input {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border-color: #ddd7d1;
}

.otm-auth-form .fi-fo-checkbox-list-option-label,
.otm-auth-form .fi-fo-checkbox label span,
.otm-auth-form .fi-fo-field-wrp-label .fi-fo-field-wrp-label-text,
.otm-auth-form .fi-checkbox-label {
    font-size: 15px;
    font-weight: 500;
    color: #111218;
}

.otm-auth-form .fi-form-actions {
    margin-top: 2px;
}

.otm-auth-form .fi-btn {
    min-height: 46px !important;
    border-radius: 11px;
    background: rgb(34, 179, 182);
    box-shadow: none;
}

.otm-auth-form .fi-btn:hover {
    background: rgb(28, 160, 162);
}

.otm-auth-form .fi-btn-label {
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .otm-auth-card {
        padding: 28px 20px !important;
    }

    .otm-auth-header {
        gap: 10px;
        margin-bottom: 24px;
    }

    .otm-auth-brand {
        font-size: 22px;
    }

    .otm-auth-title {
        font-size: 21px;
    }

    .otm-auth-form .fi-input-wrp {
        min-height: 44px !important;
    }

    .otm-auth-form .fi-btn {
        min-height: 46px !important;
    }
}
