.function-from-template-dialog-wrapper {
    .title {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: @dusk-three;
    }

    .main-content {
        width: 500px;
        max-height: 500px;

        form {
            margin: 0 20px 0 0;

            .field-label {
                font-size: 14px;
                text-align: left;
                color: @dusk-three;
            }

            .validating-input-field {
                .input-field {
                    padding: 0 10px 0 17px;
                }

                .input-placeholder {
                    left: 18px;
                    font-style: italic;
                    font-size: 14px;
                }
            }
        }
    }
}
